Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Sep 4, 2024
1 parent ddb0382 commit f86402c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
echo "type = b2" >> ~/.config/rclone/rclone.conf
echo "account = ${{ secrets.B2_KEYID }}" >> ~/.config/rclone/rclone.conf
echo "key = ${{ secrets.B2_APPKEY }}" >> ~/.config/rclone/rclone.conf
- name: Cat rclone
run: cat ~/.config/rclone/rclone.conf
- name: Upload to B2
run: rclone copy macos/geph-macos.zip b2:geph-dl/STAGING/geph-macos.zip
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f86402c

Please sign in to comment.