Skip to content

Commit 1168442

Browse files
committed
rename artifact before uploading
1 parent 03a67b3 commit 1168442

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/webpack.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
run: |
5151
zip -r codam-web-greeter.zip systemd
5252
53+
- name: Rename artifact
54+
run: |
55+
mv codam-web-greeter.zip codam-web-greeter-${{ matrix.theme }}-${{ matrix.boxed }}.zip
56+
5357
- name: Upload Artifact
5458
uses: actions/upload-artifact@v4
5559
with:

0 commit comments

Comments
 (0)