Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-soft authored Oct 18, 2023
1 parent f002fc3 commit 1b4a9ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=${{ github.event.inputs.config }} ${{env.SOLUTION_FILE_PATH}}
- name: Sign ExplorerPatcher files (0)
continue-on-error: true
uses: deep-soft/code-sign-action@master
with:
certificate: '${{ secrets.WINDOWS_PFX_BASE64 }}'
Expand All @@ -143,6 +144,7 @@ jobs:
if [[ -f "ExplorerPatcher.amd64.dll" ]]; then cp ExplorerPatcher.amd64.dll dxgi.dll; fi
- name: Sign ExplorerPatcher files (1)
continue-on-error: true
uses: deep-soft/code-sign-action@master
with:
certificate: '${{ secrets.WINDOWS_PFX_BASE64 }}'
Expand All @@ -160,6 +162,7 @@ jobs:
exit /b 0
- name: Sign ExplorerPatcher files (2)
continue-on-error: true
uses: deep-soft/code-sign-action@master
with:
certificate: '${{ secrets.WINDOWS_PFX_BASE64 }}'
Expand Down

0 comments on commit 1b4a9ac

Please sign in to comment.