mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
git: Fix version string
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -211,9 +211,9 @@ jobs:
|
||||
wait-for-completion: true
|
||||
output-artifact-directory: './signed'
|
||||
parameters: |
|
||||
version: ${{ env.IMHEX_VERSION }}-${ matrix.architecture_name }-${{ github.sha }}-${{ github.run_number }}
|
||||
version: ${{ env.IMHEX_VERSION }}-${{ matrix.architecture_name }}-${{ github.sha }}-${{ github.run_number }}
|
||||
|
||||
- name: ⬆️ Upload NoGPU Portable ZIP
|
||||
- name: ⬆️ Upload Signed Windows Installer
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
if-no-files-found: error
|
||||
|
||||
Reference in New Issue
Block a user