Skip to content

Commit

Permalink
test upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
troyeguo committed Jan 7, 2024
1 parent 17eaa94 commit e2353ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:

- name: Run custom script
run: |
wget https://github.com/koodo-reader/koodo-reader/tree/master/src/upload.sh
curl -O https://github.com/koodo-reader/koodo-reader/tree/master/src/upload.sh
chmod +x ./upload.sh
bash ./upload.sh ${{ secrets.B2_ACCOUNT_ID }} ${{ secrets.B2_APPLICATION_KEY }}
./upload.sh ${{ secrets.B2_ACCOUNT_ID }} ${{ secrets.B2_APPLICATION_KEY }}

0 comments on commit e2353ab

Please sign in to comment.