Skip to content

Commit

Permalink
ci: trying to push binaries reliably (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0elliot committed Jun 30, 2024
1 parent 1852444 commit a1d2a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binary-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
go build -v -o build/libshuffleemail_{{ matrix.goos }}_{{ matrix.goarch }} -buildmode=c-shared
env:
CGO_ENABLED: 1
GOOS: ${{ matrix.goos }}
GOARCH: ${{ matrix.goarch }}
# GOOS: ${{ matrix.goos }}
# GOARCH: ${{ matrix.goarch }}

- name: Commit binaries
run: |
Expand Down

0 comments on commit a1d2a5b

Please sign in to comment.