Skip to content

Commit

Permalink
Update main.yml: no auto release binaries kthx
Browse files Browse the repository at this point in the history
  • Loading branch information
prokrypt authored Jul 25, 2024
1 parent 0804e5d commit 46353d7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
with:
name: voxless_test
path: voxless*.bin
- name: Upload binaries to release
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: voxless.packed.bin
asset_name: voxless_$tag.packed.bin
tag: ${{ github.ref }}
release_name: release ${{ github.ref_name }}
overwrite: true
# - name: Upload binaries to release
# if: ${{ startsWith(github.ref, 'refs/tags/v') }}
# uses: svenstaro/upload-release-action@v2
# with:
# repo_token: ${{ secrets.GITHUB_TOKEN }}
# file: voxless.packed.bin
# asset_name: voxless_$tag.packed.bin
# tag: ${{ github.ref }}
# release_name: release ${{ github.ref_name }}
# overwrite: true
# cache-from: type=local,src=/var/cache/pacman

0 comments on commit 46353d7

Please sign in to comment.