Skip to content

Commit

Permalink
fix: binary release issue
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0elliot committed Sep 2, 2024
1 parent bca1ffc commit 9a9a909
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/binary-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
mv build/libshuffleemail_${{ matrix.goos }}_${{ matrix.goarch }} binaries/
git add binaries/
git commit -m "Add compiled binaries for ${{ matrix.goos }} - ${{ matrix.goarch }}"
- name: Push changes
run: |
# sleep for a random amount of time between 1 and 10 seconds
sleep $((1 + RANDOM % 30))
git pull
Expand Down

0 comments on commit 9a9a909

Please sign in to comment.