test upload script

Former-commit-id: 18b6e7335651714a1951828f32cf6946fc5cfc74
This commit is contained in:
troyeguo
2024-01-07 11:25:27 +08:00
parent 0090503b50
commit 8a16eeb3f6

View File

@@ -21,4 +21,4 @@ jobs:
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 }}
sh ./upload.sh ${{ secrets.B2_ACCOUNT_ID }} ${{ secrets.B2_APPLICATION_KEY }}