We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4582402 commit afc7d05Copy full SHA for afc7d05
.github/workflows/release-winux.yml
@@ -13,6 +13,8 @@ jobs:
13
build-linux:
14
runs-on: ubuntu-latest
15
container: raetro/gateman-builder:latest
16
+ env:
17
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
steps:
19
- name: '🧰 Checkout Repository'
20
uses: actions/checkout@v3
@@ -33,6 +35,8 @@ jobs:
33
35
build-mingw:
34
36
37
38
39
40
41
42
@@ -52,6 +56,8 @@ jobs:
52
56
##############################################################################
53
57
build-macos:
54
58
runs-on: macos-latest
59
60
55
61
62
63
0 commit comments