git: Fix some more steam deploy issues
This commit is contained in:
parent
fa6580f622
commit
cb94213a04
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -562,7 +562,7 @@ jobs:
|
||||
unzip "macOS Portable.zip" -d macos
|
||||
|
||||
mkdir linux
|
||||
unzip Linux AppImage.zip -d linux
|
||||
unzip "Linux AppImage.zip" -d linux
|
||||
mv linux/imhex-$IMHEX_VERSION.AppImage linux/imhex.AppImage
|
||||
|
||||
- name: 🗝️ Generate Steam TOTP
|
||||
@ -574,7 +574,7 @@ jobs:
|
||||
|
||||
- name: 💨 Publish Steam Nightly
|
||||
if: github.event_name == 'push' && github.repository == 'WerWolv/ImHex' && github.ref == 'refs/heads/master'
|
||||
uses: WerWolv/steam-deploy@main
|
||||
uses: game-ci/steam-deploy@main
|
||||
with:
|
||||
username: ${{ secrets.STEAM_USERNAME }}
|
||||
password: ${{ secrets.STEAM_PASSWORD }}
|
||||
|
Loading…
Reference in New Issue
Block a user