test upload script

Former-commit-id: 3b6e0098d99acb8affb7e8d161cdf91ccf0dbd84
This commit is contained in:
troyeguo
2024-01-07 11:48:33 +08:00
parent baa7bea691
commit eed496e277

View File

@@ -22,3 +22,4 @@ jobs:
curl -O 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 }}
shell: bash