Skip to content

Commit

Permalink
Update CI job details
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozoniuss committed Oct 5, 2024
1 parent 0d54ab1 commit 3b88851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload_b2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
backblaze-cli-debug:
backblaze-cli-sync:
runs-on: ubuntu-latest

steps:
Expand All @@ -17,7 +17,7 @@ jobs:
run: |
pip install b2 --log /dev/null
- name: List files in Backblaze B2 bucket
- name: Sync all files that have a different size
run: |
b2 sync --compare-versions size --delete ./src/ "b2://ozoniusswebsite/"
Expand Down

0 comments on commit 3b88851

Please sign in to comment.