Skip to content

Commit

Permalink
Merge pull request #459 from jolicode/fix-ga-static-build
Browse files Browse the repository at this point in the history
Fix GA static build
  • Loading branch information
lyrixx committed May 22, 2024
2 parents ea01d7d + 2574549 commit 0455553
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
- uses: ./.github/actions/static
with:
os: 'linux'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload the Linux amd64 static binary
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -113,6 +115,8 @@ jobs:
- uses: ./.github/actions/static
with:
os: 'darwin-amd64'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload the MacOs amd64 static binary
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -144,6 +148,8 @@ jobs:
- uses: ./.github/actions/static
with:
os: 'darwin-arm64'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload the MacOs arm64 static binary
uses: actions/upload-artifact@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,5 @@ jobs:
- uses: ./.github/actions/cache
- uses: ./.github/actions/phar
- uses: ./.github/actions/static
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0455553

Please sign in to comment.