Skip to content

Commit

Permalink
add value to override flag
Browse files Browse the repository at this point in the history
pls just work
  • Loading branch information
NikhilNarayana committed Sep 20, 2023
1 parent bd74549 commit 73d341f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
Get-ChildItem -Path . | Where-Object { $_.Name -like "CodeSignTool*" } | %{ Rename-Item -LiteralPath $_.FullName -NewName "CodeSignTool" }
}
echo "signing `Slippi Dolphin.exe`"
.\CodeSignTool\CodeSignTool.bat sign -credential_id="${{ secrets.ES_CREDENTIAL_ID }}" -username="${{ secrets.ES_USERNAME }}" -password="${{ secrets.ES_PASSWORD }}" -totp_secret="${{ secrets.ES_TOTP_SECRET }}" -input_file_path=".\Binary\x64\Slippi Dolphin.exe" -override
.\CodeSignTool\CodeSignTool.bat sign -credential_id="${{ secrets.ES_CREDENTIAL_ID }}" -username="${{ secrets.ES_USERNAME }}" -password="${{ secrets.ES_PASSWORD }}" -totp_secret="${{ secrets.ES_TOTP_SECRET }}" -input_file_path=".\Binary\x64\Slippi Dolphin.exe" -override="true"
- name: "Package ${{ matrix.build_type}} Dolphin"
working-directory: ${{ github.workspace }}
run: |
Expand Down

0 comments on commit 73d341f

Please sign in to comment.