Skip to content

Commit

Permalink
ci: trying to push binaries reliably (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0elliot committed Jun 30, 2024
1 parent 5b8a27c commit a6ed7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binary-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
git config --global user.name 'github-actions'
git config --global user.email '[email protected]'
mkdir -p binaries/
mv build/libshuffleemail_{{ matrix.goos }}_{{ matrix.goarch }} binaries/
mv build/libshuffleemail_${{ matrix.goos }}_${{ matrix.goarch }} binaries/
git add binaries/
git commit -m "Add compiled binaries for ${{ matrix.goos }} - ${{ matrix.goarch }}"
git push origin main

0 comments on commit a6ed7ce

Please sign in to comment.