mirror of
https://github.com/koodo-reader/koodo-reader.git
synced 2026-06-19 13:20:50 -04:00
fix bug
Former-commit-id: fbb3fb7bf3d635f47fc775a1c11a897ebb515317
This commit is contained in:
7
.github/workflows/upload.yml
vendored
7
.github/workflows/upload.yml
vendored
@@ -12,11 +12,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Run custom script
|
||||
run: |
|
||||
cp src/upload.sh upload.sh
|
||||
curl -O https://raw.githubusercontent.com/koodo-reader/koodo-reader/master/src/upload.sh
|
||||
chmod +x ./upload.sh
|
||||
./upload.sh ${{ secrets.B2_ACCOUNT_ID }} ${{ secrets.B2_APPLICATION_KEY }} ${{ secrets.R2_ACCOUNT_ID }} ${{ secrets.R2_APPLICATION_KEY }} ${{ secrets.R2_ENDPOINT }} v1.6.2
|
||||
./upload.sh ${{ secrets.B2_ACCOUNT_ID }} ${{ secrets.B2_APPLICATION_KEY }} ${{ secrets.R2_ACCOUNT_ID }} ${{ secrets.R2_APPLICATION_KEY }} ${{ secrets.R2_ENDPOINT }}
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user