We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff67af commit fc337d1Copy full SHA for fc337d1
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Download Artifact
24
uses: actions/[email protected]
25
with:
26
- name: codam-web-greeter
+ pattern: relzip-*
27
path: ./artifacts
28
29
- name: Display structure of downloaded files
.github/workflows/webpack.yml
@@ -51,8 +51,8 @@ jobs:
51
zip -r codam-web-greeter.zip systemd
52
53
- name: Upload Artifact
54
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4.1.7
55
56
- name: codam-web-greeter-${{ matrix.theme }}-${{ matrix.boxed }}
+ name: relzip-codam-web-greeter-${{ matrix.theme }}-${{ matrix.boxed }}
57
path: codam-web-greeter.zip
58
retention-days: 1
0 commit comments