Skip to content

Commit

Permalink
rename zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Feb 15, 2024
1 parent 66bc122 commit 1876b5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/eventbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Pack image for ${{ matrix.TARGET }}
uses: 'actions/upload-artifact@v3'
with:
name: "${{ matrix.TARGET }}"
name: "${{ matrix.TARGET }}-${{ env.DT }}"
path: |
*.img
if-no-files-found: error
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
- name: Pack image for ${{ matrix.TARGET }}
uses: 'actions/upload-artifact@v3'
with:
name: "${{ matrix.TARGET }}"
name: "${{ matrix.TARGET }}-${{ env.DT }}"
path: |
*.img
if-no-files-found: error
Expand All @@ -191,7 +191,7 @@ jobs:

- uses: actions/download-artifact@v3
with:
name: "${{ matrix.TARGET }}"
name: "${{ matrix.TARGET }}-${{ env.DT }}"

- name: compress
run: |
Expand Down
File renamed without changes.

0 comments on commit 1876b5f

Please sign in to comment.