mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 17:59:50 +00:00
release(netplay): v4.0.0-mainline-beta.11 attempt 3
i wish windows a quick decline
This commit is contained in:
parent
f1a6153112
commit
3d4c4f85fb
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -124,8 +124,10 @@ jobs:
|
||||||
7z x CodeSignTool.zip
|
7z x CodeSignTool.zip
|
||||||
Remove-Item CodeSignTool.zip
|
Remove-Item CodeSignTool.zip
|
||||||
cd ..
|
cd ..
|
||||||
|
} else {
|
||||||
|
cd .\CodeSignTool
|
||||||
}
|
}
|
||||||
.\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="${{ github.workspace }}\Binary\x64\Slippi_Dolphin.exe" -override="true"
|
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="${{ github.workspace }}\Binary\x64\Slippi_Dolphin.exe" -override="true"
|
||||||
- name: Package Artifact
|
- name: Package Artifact
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue