Skip to content

Commit 0b43ccf

Browse files
authored
Update release.yml
1 parent 670bdaa commit 0b43ccf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,17 @@ jobs:
151151
echo "ASSET=$ARCHIVE.zip" >> $GITHUB_ENV
152152
echo "ASSET_SUM=$ARCHIVE.zip.sha256" >> $GITHUB_ENV
153153
154+
- name: Upload artifact
155+
uses: actions/upload-artifact@v3
156+
with:
157+
name: "$ARCHIVE"
158+
path: "$ARCHIVE.zip"
159+
retention-days: 1
160+
161+
release:
162+
runs-on: ubuntu-latest
163+
needs: ['build']
164+
steps:
154165
- name: Create Release
155166
id: create_release
156167
env:

0 commit comments

Comments
 (0)