diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b896e204..e280e2554 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/nightly_release.yml b/.github/workflows/nightly_release.yml index a3df6d80d..93de9b9fc 100644 --- a/.github/workflows/nightly_release.yml +++ b/.github/workflows/nightly_release.yml @@ -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' }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eff25cf08..a2afac847 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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