mirror of https://github.com/WerWolv/ImHex
git: Remove signpath parameters
This commit is contained in:
parent
08b12add2a
commit
fb57bcec1c
|
|
@ -210,8 +210,6 @@ jobs:
|
|||
github-artifact-id: '${{ steps.upload-installer.outputs.artifact-id }}'
|
||||
wait-for-completion: true
|
||||
output-artifact-directory: './signed'
|
||||
parameters: |
|
||||
version: ${{ env.IMHEX_VERSION }}-${{ matrix.architecture_name }}-${{ github.sha }}-${{ github.run_number }}
|
||||
|
||||
- name: ⬆️ Upload Signed Windows Installer
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
|
|
@ -110,8 +110,6 @@ jobs:
|
|||
github-artifact-id: '${{ steps.upload-installer.outputs.artifact-id }}'
|
||||
wait-for-completion: true
|
||||
output-artifact-directory: '.'
|
||||
parameters: |
|
||||
version: ${{ env.IMHEX_VERSION }}-${ matrix.architecture_name }-${{ github.sha }}-${{ github.run_number }}
|
||||
|
||||
- name: 📦 Update Pre-Release
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -157,8 +157,6 @@ jobs:
|
|||
github-artifact-id: '${{ steps.upload-installer.outputs.artifact-id }}'
|
||||
wait-for-completion: true
|
||||
output-artifact-directory: '.'
|
||||
parameters: |
|
||||
version: ${{ env.IMHEX_VERSION }}-${ matrix.architecture_name }
|
||||
|
||||
- name: ⬆️ Upload everything to release
|
||||
uses: softprops/action-gh-release@4634c16e79c963813287e889244c50009e7f0981
|
||||
|
|
|
|||
Loading…
Reference in New Issue