Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
kabiroberai committed Nov 18, 2024
1 parent b959199 commit f733af6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ on:
jobs:
build:
runs-on: ubuntu-latest

permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Build
run: |
docker compose run --build --rm supersign -c "cd Linux && ./build.sh"
- name: Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit f733af6

Please sign in to comment.