mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
git: Remove signpath parameters
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/nightly_release.yml
vendored
2
.github/workflows/nightly_release.yml
vendored
@@ -118,8 +118,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
|
||||
if: ${{ steps.check_commits.outputs.should_run == 'true' }}
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user