Skip to content

Commit

Permalink
ontinue-on-error: true
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Apr 2, 2024
1 parent cbcfbea commit 883fc40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/flutter-sctg-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,11 @@ jobs:

- name: Sign rustdesk files
run: |
echo "C:\Program Files (x86)\Windows Kits\10\bin\x64" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
signtool sign /f ./certificate.pfx /p $env:MACOS_P12_PASSWORD ./rustdesk/*.exe
signtool sign /f ./certificate.pfx /p $env:MACOS_P12_PASSWORD ./rustdesk/*.dll
shell: powershell
continue-on-error: true

- name: Build self-extracted executable
shell: bash
Expand Down

0 comments on commit 883fc40

Please sign in to comment.