Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
n8marti committed Dec 30, 2023
1 parent fbd82fa commit 4e7ad62
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,16 @@ jobs:
- name: release
uses: SimWinSports/sw-create-release@v1.0.0
id: create_release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
release_branch: main/${{ inputs.tag }}
prerelease: ${{ inputs.prerelease }}
tag: ${{ inputs.tag }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: upload
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ inputs.tag }}
files: ${{ needs.build.outputs.bin_path }}
token: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit 4e7ad62

Please sign in to comment.