Skip to content

Commit

Permalink
Use xresloader/upload-to-github-release
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Aug 1, 2023
1 parent b42b202 commit 1ebd061
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,13 @@ jobs:
- name: Upload to GitHub Release
if: github.event_name == 'push' # Only run for push events, not pull requests
run: |
gh release upload continuous ./build/launch_Ubuntu.zip
uses: xresloader/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "./build/*.zip"
draft: false
verbose: true
branches: main
update_latest_release: true
tag_name: continuous

0 comments on commit 1ebd061

Please sign in to comment.