Skip to content

Commit fc337d1

Browse files
committed
fix artifact version + downloading in release
1 parent 0ff67af commit fc337d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Download Artifact
2424
uses: actions/[email protected]
2525
with:
26-
name: codam-web-greeter
26+
pattern: relzip-*
2727
path: ./artifacts
2828

2929
- name: Display structure of downloaded files

.github/workflows/webpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
zip -r codam-web-greeter.zip systemd
5252
5353
- name: Upload Artifact
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4.1.7
5555
with:
56-
name: codam-web-greeter-${{ matrix.theme }}-${{ matrix.boxed }}
56+
name: relzip-codam-web-greeter-${{ matrix.theme }}-${{ matrix.boxed }}
5757
path: codam-web-greeter.zip
5858
retention-days: 1

0 commit comments

Comments
 (0)