mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-08 01:30:13 +01:00
azure: Fix win releases repository
This commit is contained in:
parent
70d6a12894
commit
4e28aa4681
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
|
||||
inputs:
|
||||
gitHubConnection: 'RPCS3-Token'
|
||||
repositoryName: '$(Build.Repository.Name)'
|
||||
repositoryName: 'RPCS3/rpcs3-binaries-win'
|
||||
releaseNotesFilePath: 'GitHubReleaseMessage.txt'
|
||||
action: 'create'
|
||||
target: '$(Build.SourceVersion)'
|
||||
|
|
|
|||
Loading…
Reference in a new issue