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 18b6e73 commit a30f952
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

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

0 comments on commit a30f952

Please sign in to comment.