Skip to content

Commit 04b42ec

Browse files
authored
Update release.yml
1 parent 0b43ccf commit 04b42ec

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,10 @@ jobs:
154154
- name: Upload artifact
155155
uses: actions/upload-artifact@v3
156156
with:
157-
name: "$ARCHIVE"
158-
path: "$ARCHIVE.zip"
159-
retention-days: 1
157+
name: ${{ env.ASSET }}
158+
path: |
159+
${{ env.ASSET }}
160+
${{ env.ASSET_SUM }}
160161
161162
release:
162163
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)