Skip to content

Commit

Permalink
Create github (pre)release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir Bar committed Sep 5, 2022
1 parent 65d44f9 commit 9b75bee
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,16 @@ jobs:
files: build\bin\Release\MsiZapEx\
dest: MsiZapEx.zip

- uses: actions/upload-artifact@v2
- name: Publish artifact
uses: actions/upload-artifact@v2
with:
name: MsiZapEx.zip
path: MsiZapEx.zip
path: MsiZapEx.zip

- name: GH (Pre-)Release
uses: softprops/[email protected]
with:
prerelease: ${{ !startsWith(github.ref, 'refs/tags/') }}
files: MsiZapEx.zip
generate_release_notes: true
tag_name: Build_${{ github.run_number }}_${{ github.ref_type }}_${{ github.ref_name }}

0 comments on commit 9b75bee

Please sign in to comment.