Skip to content

Commit 9ba4b70

Browse files
committed
Refactor Steambird upload script to use environment variable for TUS_USER
1 parent f63a4bc commit 9ba4b70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,9 +587,10 @@ jobs:
587587
588588
- name: Upload to Steambird
589589
env:
590+
TUS_USER: "bgi"
590591
TUS_PASS: ${{ secrets.TUS_PASS }}
591592
run: |
592593
wget https://uploads.steambird.pub/upload.sh
593594
chmod +x upload.sh
594-
TUS_USER="bgi" TUS_PASS="$TUS_PASS" ./upload.sh https://uploads.steambird.pub/dav/bgi/ upload_files/BetterGI.Install.*.exe
595+
./upload.sh https://uploads.steambird.pub/dav/bgi/ upload_files/BetterGI.Install.*.exe
595596

0 commit comments

Comments
 (0)