Skip to content

Commit

Permalink
Make it all one job
Browse files Browse the repository at this point in the history
  • Loading branch information
DSPaul committed Jun 30, 2024
1 parent 2f62464 commit c82248c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
build:
name: Build
name: Build, package and Sign
runs-on: windows-latest

steps:
Expand Down Expand Up @@ -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/[email protected]
with:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
Expand Down

0 comments on commit c82248c

Please sign in to comment.