Skip to content

Commit

Permalink
create release on manual build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Apr 28, 2023
1 parent 1b64b96 commit 70210d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ jobs:
path: build/logs
- name: save download
uses: actions/upload-artifact@v3
if: always()
with:
name: download
path: build/download
- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.event.inputs.version }}
files: build/download/release/${{ github.event.inputs.version }}/*

0 comments on commit 70210d6

Please sign in to comment.