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 Aug 14, 2024
1 parent 6140ffd commit c3456c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ jobs:
with:
name: download
path: staging/release/${{ github.event.inputs.version }}/

- 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 c3456c0

Please sign in to comment.