mirror of https://github.com/WerWolv/ImHex.git
git: Fix some more steam deploy issues
This commit is contained in:
parent
fa6580f622
commit
cb94213a04
|
@ -115,7 +115,7 @@ jobs:
|
||||||
curl https://downloads.fdossena.com/geth.php?r=mesa64-latest -L -o mesa.7z
|
curl https://downloads.fdossena.com/geth.php?r=mesa64-latest -L -o mesa.7z
|
||||||
7z e mesa.7z
|
7z e mesa.7z
|
||||||
mv opengl32.dll build/install
|
mv opengl32.dll build/install
|
||||||
|
|
||||||
- name: ⬆️ Upload NoGPU Portable ZIP
|
- name: ⬆️ Upload NoGPU Portable ZIP
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
@ -562,7 +562,7 @@ jobs:
|
||||||
unzip "macOS Portable.zip" -d macos
|
unzip "macOS Portable.zip" -d macos
|
||||||
|
|
||||||
mkdir linux
|
mkdir linux
|
||||||
unzip Linux AppImage.zip -d linux
|
unzip "Linux AppImage.zip" -d linux
|
||||||
mv linux/imhex-$IMHEX_VERSION.AppImage linux/imhex.AppImage
|
mv linux/imhex-$IMHEX_VERSION.AppImage linux/imhex.AppImage
|
||||||
|
|
||||||
- name: 🗝️ Generate Steam TOTP
|
- name: 🗝️ Generate Steam TOTP
|
||||||
|
@ -574,7 +574,7 @@ jobs:
|
||||||
|
|
||||||
- name: 💨 Publish Steam Nightly
|
- name: 💨 Publish Steam Nightly
|
||||||
if: github.event_name == 'push' && github.repository == 'WerWolv/ImHex' && github.ref == 'refs/heads/master'
|
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:
|
with:
|
||||||
username: ${{ secrets.STEAM_USERNAME }}
|
username: ${{ secrets.STEAM_USERNAME }}
|
||||||
password: ${{ secrets.STEAM_PASSWORD }}
|
password: ${{ secrets.STEAM_PASSWORD }}
|
||||||
|
|
Loading…
Reference in New Issue