Skip to content

Commit

Permalink
add release zip to action artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Aug 13, 2023
1 parent b240440 commit e6068bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ jobs:
draft: true
prerelease: ${{ env.IS_PRERELEASE }}
if: github.event_name != 'pull_request'

- uses: actions/upload-artifact@master
with:
name: release.zip
path: ./install/zip/release.zip

- name: Upload Release Asset
id: upload-release-asset
Expand Down

0 comments on commit e6068bf

Please sign in to comment.