Skip to content

Commit

Permalink
Add upload only when signing is successfull into Github Action Window…
Browse files Browse the repository at this point in the history
…s workflow.
  • Loading branch information
AlbrechtL authored Oct 29, 2024
1 parent 6348168 commit 08eb60c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
if-no-files-found: error

- name: Sign installer with SignPath
id: signing_installer
uses: signpath/github-action-submit-signing-request@v1
with:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
Expand All @@ -99,7 +100,7 @@ jobs:
wait-for-completion: false

- name: Upload to nightly server
if: always() && steps.create_installer.outcome == 'success'
if: always() && steps.signing_installer.outcome == 'success'
uses: dennisameling/ftp-upload-action@v1
with:
server: a2f24.netcup.net # welle-io-nightlies.albrechtloh.de is redirected to here
Expand Down

0 comments on commit 08eb60c

Please sign in to comment.