Skip to content

Commit

Permalink
fuckin test
Browse files Browse the repository at this point in the history
  • Loading branch information
sech1p committed Nov 29, 2023
1 parent 945f0a7 commit ed3808c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
project_path: "./src"
env:
CGO_ENABLED: 1

- name: Build Release 馃洜 (macOS)
uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pre_command: apt update && apt install -y clang
goos: darwin
goarch: amd64
goarch: arm
project_path: "./src"
env:
CGO_ENABLED: 1

0 comments on commit ed3808c

Please sign in to comment.