Skip to content

Commit 3d4c4f8

Browse files
release(netplay): v4.0.0-mainline-beta.11 attempt 3
i wish windows a quick decline
1 parent f1a6153 commit 3d4c4f8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,10 @@ jobs:
124124
7z x CodeSignTool.zip
125125
Remove-Item CodeSignTool.zip
126126
cd ..
127+
} else {
128+
cd .\CodeSignTool
127129
}
128-
.\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"
130+
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"
129131
- name: Package Artifact
130132
working-directory: ${{ github.workspace }}
131133
run: |

0 commit comments

Comments
 (0)