Skip to content

Commit

Permalink
build(project): fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
boogermann committed Apr 12, 2023
1 parent 4582402 commit afc7d05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-winux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
build-linux:
runs-on: ubuntu-latest
container: raetro/gateman-builder:latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: '🧰 Checkout Repository'
uses: actions/checkout@v3
Expand All @@ -33,6 +35,8 @@ jobs:
build-mingw:
runs-on: ubuntu-latest
container: raetro/gateman-builder:latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: '🧰 Checkout Repository'
uses: actions/checkout@v3
Expand All @@ -52,6 +56,8 @@ jobs:
##############################################################################
build-macos:
runs-on: macos-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: '🧰 Checkout Repository'
uses: actions/checkout@v3
Expand Down

0 comments on commit afc7d05

Please sign in to comment.