mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Only rename a build to master versioning if it succeeds
This commit is contained in:
parent
400079a006
commit
dcd7f442fa
1 changed files with 1 additions and 1 deletions
|
@ -126,6 +126,6 @@ artifacts:
|
||||||
- path: openssl_win64.7z.sha256
|
- path: openssl_win64.7z.sha256
|
||||||
name: openssl sha256 hash
|
name: openssl sha256 hash
|
||||||
|
|
||||||
on_finish:
|
on_success:
|
||||||
- ps: | # update appveyor build version, done last to prevent webhook breakage
|
- ps: | # update appveyor build version, done last to prevent webhook breakage
|
||||||
update-appveyorbuild -version $env:AVVER
|
update-appveyorbuild -version $env:AVVER
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue