Skip to content

Commit

Permalink
Fix in windows build workflow yaml (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgriffin authored Jan 10, 2025
1 parent 5c70ffd commit 8315531
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ on:
description: 'signing-policy-slug ("" for no signing, "test-signing", "release-signing" for valid signing)'
required: false
default: 'test-signing'
build:
description: 'Build Exe'
required: false
type: boolean

jobs:
build:
Expand Down Expand Up @@ -89,7 +85,8 @@ jobs:
name: dist
path: dist/* # zip everything in the folder

- id: signpath.io
- name: 'signing with ${{ github.event.inputs.signing-policy-slug }}'
id: signpath-io
if: ${{ github.event.inputs.signing-policy-slug != '' }}
uses: signpath/[email protected]
with:
Expand Down

0 comments on commit 8315531

Please sign in to comment.