Skip to content

Commit

Permalink
Add step to move built files in upload workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Nov 22, 2024
1 parent c08824d commit ae3790d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
target/x86_64-apple-darwin/release/geph4-client \
target/aarch64-apple-darwin/release/geph4-client \
-output universal_binary/geph4-client
- name: Move built files
run: bash move_built.sh
- name: Sync to B2
run: b2 sync ./OUTPUT/ b2://geph-dl/geph4-binaries/

Expand Down

0 comments on commit ae3790d

Please sign in to comment.