Skip to content

Commit

Permalink
remove sign
Browse files Browse the repository at this point in the history
  • Loading branch information
rustdesk committed Dec 5, 2023
1 parent 4c27143 commit d810102
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:

- name: Sign exe files
uses: GermanBluefox/code-sign-action@v7
if: false
with:
certificate: '${{ secrets.WINDOWS_PFX_BASE64 }}'
password: '${{ secrets.WINDOWS_PFX_PASSWORD }}'
Expand Down Expand Up @@ -141,6 +142,7 @@ jobs:

- name: Sign UI setup file
uses: GermanBluefox/code-sign-action@v7
if: false
with:
certificate: '${{ secrets.WINDOWS_PFX_BASE64 }}'
password: '${{ secrets.WINDOWS_PFX_PASSWORD }}'
Expand Down

0 comments on commit d810102

Please sign in to comment.