Skip to content

Commit

Permalink
Sync bucket files based on file size
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozoniuss committed Oct 5, 2024
1 parent 0fc5860 commit 0d54ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_b2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: List files in Backblaze B2 bucket
run: |
b2 sync --dry-run --compare-versions size --delete ./src/ "b2://ozoniusswebsite/"
b2 sync --compare-versions size --delete ./src/ "b2://ozoniusswebsite/"
env:
B2_APPLICATION_KEY_ID: ${{ secrets.B2_APPLICATION_KEY_ID }}
Expand Down

0 comments on commit 0d54ab1

Please sign in to comment.