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