Skip to content

Commit

Permalink
Workflow: Remove old variable (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgriffin authored Jan 10, 2025
1 parent 37f5f3f commit f57c904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-windows-release-signing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,8 @@ jobs:
####### End of build-windows.yml
#####################

- name: 'signing with ${{ github.event.inputs.signing-policy-slug }}'
- name: 'signing with Release Sign'
id: signpath-io
if: ${{ github.event.inputs.signing-policy-slug != '' }}
uses: signpath/[email protected]
with:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
Expand All @@ -105,7 +104,6 @@ jobs:


- name: Upload Signed EXE Files from signpath-signed/
if: ${{ github.event.inputs.signing-policy-slug != '' }}
id: upload-signed-artifact
uses: actions/upload-artifact@v4
with:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build-windows-test-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,8 @@ jobs:
####### End of build-windows.yml
#####################

- name: 'signing with ${{ github.event.inputs.signing-policy-slug }}'
- name: 'signing with Test Sign'
id: signpath-io
if: ${{ github.event.inputs.signing-policy-slug != '' }}
uses: signpath/[email protected]
with:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
Expand All @@ -105,7 +104,6 @@ jobs:


- name: Upload Signed EXE Files from signpath-signed/
if: ${{ github.event.inputs.signing-policy-slug != '' }}
id: upload-signed-artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f57c904

Please sign in to comment.