We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a67b3 commit 1168442Copy full SHA for 1168442
1 file changed
.github/workflows/webpack.yml
@@ -50,6 +50,10 @@ jobs:
50
run: |
51
zip -r codam-web-greeter.zip systemd
52
53
+ - name: Rename artifact
54
+ run: |
55
+ mv codam-web-greeter.zip codam-web-greeter-${{ matrix.theme }}-${{ matrix.boxed }}.zip
56
+
57
- name: Upload Artifact
58
uses: actions/upload-artifact@v4
59
with:
0 commit comments