From c82248c8038a37df7f9a087ddaa2c68db94fb72e Mon Sep 17 00:00:00 2001 From: DSPAUL Date: Sun, 30 Jun 2024 20:38:48 +0200 Subject: [PATCH] Make it all one job --- .github/workflows/package.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/package.yaml b/.github/workflows/package.yaml index 8e2220f..420896b 100644 --- a/.github/workflows/package.yaml +++ b/.github/workflows/package.yaml @@ -14,7 +14,7 @@ on: jobs: build: - name: Build + name: Build, package and Sign runs-on: windows-latest steps: @@ -70,14 +70,7 @@ jobs: name: COMPASS_Installer path: .\Deployment\Versions\${{ inputs.version }}\COMPASS_Setup_${{ inputs.version }}.exe - sign-installer: - name: sign installer - needs: build - runs-on: windows-latest - - steps: - - name: Code Signing - id: signing + - name: Sign installer uses: signpath/github-action-submit-signing-request@v0.4 with: api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'