mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-21 09:45:48 +08:00
Add TUS_PASS environment variable for Steambird upload
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -586,6 +586,8 @@ jobs:
|
|||||||
ls -la upload_files/
|
ls -la upload_files/
|
||||||
|
|
||||||
- name: Upload to Steambird
|
- name: Upload to Steambird
|
||||||
|
env:
|
||||||
|
TUS_PASS: ${{ secrets.TUS_PASS }}
|
||||||
run: |
|
run: |
|
||||||
wget https://uploads.steambird.pub/upload.sh
|
wget https://uploads.steambird.pub/upload.sh
|
||||||
chmod +x upload.sh
|
chmod +x upload.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user