Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Feb 21, 2024
1 parent e63f09c commit d73d84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "CC=x86_64-linux-gnu-gcc" >> $GITHUB_ENV
fi
echo "GOGCCFLAGS=$(GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go env GOGCCFLAGS)"
echo "GOGCCFLAGS=$(GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go env GOGCCFLAGS)" >> $GITHUB_ENV
echo "GOGCCFLAGS=\"$(GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go env GOGCCFLAGS)\"" >> $GITHUB_ENV
- uses: wangyoucao577/[email protected]
env:
MIXPANEL_PROJECT_TOKEN: ${{ secrets.MIXPANEL_PROJECT_TOKEN }}
Expand Down

0 comments on commit d73d84b

Please sign in to comment.