mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-15 07:43:20 +08:00
Refactor Steambird upload script to use environment variable for TUS_USER
This commit is contained in:
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@@ -587,9 +587,10 @@ jobs:
|
||||
|
||||
- name: Upload to Steambird
|
||||
env:
|
||||
TUS_USER: "bgi"
|
||||
TUS_PASS: ${{ secrets.TUS_PASS }}
|
||||
run: |
|
||||
wget https://uploads.steambird.pub/upload.sh
|
||||
chmod +x upload.sh
|
||||
TUS_USER="bgi" TUS_PASS="$TUS_PASS" ./upload.sh https://uploads.steambird.pub/dav/bgi/ upload_files/BetterGI.Install.*.exe
|
||||
./upload.sh https://uploads.steambird.pub/dav/bgi/ upload_files/BetterGI.Install.*.exe
|
||||
|
||||
|
||||
Reference in New Issue
Block a user