We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f63a4bc commit 9ba4b70Copy full SHA for 9ba4b70
.github/workflows/publish.yml
@@ -587,9 +587,10 @@ jobs:
587
588
- name: Upload to Steambird
589
env:
590
+ TUS_USER: "bgi"
591
TUS_PASS: ${{ secrets.TUS_PASS }}
592
run: |
593
wget https://uploads.steambird.pub/upload.sh
594
chmod +x upload.sh
- 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
596
0 commit comments