Skip to content

Commit

Permalink
Add GitHub token to runner
Browse files Browse the repository at this point in the history
  • Loading branch information
blechschmidt committed Oct 14, 2023
1 parent 0a24a93 commit 6905e21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ name: Build and publish executable

jobs:
build_publish:
name: Build and publish executable
name: Bundle x86_64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build bundle
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: bin/*
Expand Down

0 comments on commit 6905e21

Please sign in to comment.