git: Fixed more build issues
This commit is contained in:
parent
cb94213a04
commit
5f6050aaec
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -228,7 +228,7 @@ jobs:
|
|||||||
- name: ⬆️ Upload Portable ZIP
|
- name: ⬆️ Upload Portable ZIP
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: macOS Portable{{matrix.suffix}}
|
name: macOS Portable${{matrix.suffix}}
|
||||||
path: build/install/*
|
path: build/install/*
|
||||||
|
|
||||||
- name: ⬆️ Upload DMG
|
- name: ⬆️ Upload DMG
|
||||||
@ -531,7 +531,7 @@ jobs:
|
|||||||
steam_deploy:
|
steam_deploy:
|
||||||
needs: [ win, macos, ubuntu ]
|
needs: [ win, macos, ubuntu ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Steam Deployment Nightly
|
name: 🚀 Steam Deployment Nightly
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 🧰 Checkout
|
- name: 🧰 Checkout
|
||||||
@ -553,7 +553,7 @@ jobs:
|
|||||||
workflow_conclusion: success
|
workflow_conclusion: success
|
||||||
skip_unpack: true
|
skip_unpack: true
|
||||||
|
|
||||||
- name: 🗜️ Unzip files when needed
|
- name: 🗜️ Setup steam depots
|
||||||
run: |
|
run: |
|
||||||
mkdir windows
|
mkdir windows
|
||||||
unzip "Windows Portable.zip" -d windows
|
unzip "Windows Portable.zip" -d windows
|
||||||
@ -563,7 +563,7 @@ jobs:
|
|||||||
|
|
||||||
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-${{env.IMHEX_VERSION}}.AppImage linux/imhex.AppImage
|
||||||
|
|
||||||
- name: 🗝️ Generate Steam TOTP
|
- name: 🗝️ Generate Steam TOTP
|
||||||
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'
|
||||||
|
Loading…
Reference in New Issue
Block a user