Skip to content

Commit

Permalink
Fix runner
Browse files Browse the repository at this point in the history
  • Loading branch information
blechschmidt committed Oct 14, 2023
1 parent 878db91 commit c1f220e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:

name: Build and publish executable

permissions:
contents: write

jobs:
build_publish:
name: Bundle x86_64
Expand All @@ -16,8 +19,6 @@ jobs:
run: cd dist && sudo ./build.sh --dist --bundle
- name: Publish bundle
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: Automated build of ${{ github.ref }}
files: dist/bin/*
Expand Down

0 comments on commit c1f220e

Please sign in to comment.