From cb94213a0405ec9764825f70c89742a86b41d8a5 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Fri, 28 Oct 2022 09:17:04 +0200 Subject: [PATCH] git: Fix some more steam deploy issues --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b80c88030..ca9b4112e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,7 +115,7 @@ jobs: curl https://downloads.fdossena.com/geth.php?r=mesa64-latest -L -o mesa.7z 7z e mesa.7z mv opengl32.dll build/install - + - name: ⬆️ Upload NoGPU Portable ZIP uses: actions/upload-artifact@v3 with: @@ -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 }}