mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Switch official AppImage deployment to clang
This commit is contained in:
parent
151738a4cb
commit
e8a3ac592d
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ jobs:
|
||||||
export AVVER="${COMM_TAG}-${COMM_COUNT}"
|
export AVVER="${COMM_TAG}-${COMM_COUNT}"
|
||||||
|
|
||||||
.ci/github-upload.sh
|
.ci/github-upload.sh
|
||||||
condition: and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.Repository.Name'], 'RPCS3/rpcs3'), eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['COMPILER'], 'gcc'))
|
condition: and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.Repository.Name'], 'RPCS3/rpcs3'), eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['COMPILER'], 'clang'))
|
||||||
displayName: Push build to GitHub
|
displayName: Push build to GitHub
|
||||||
env:
|
env:
|
||||||
RPCS3_TOKEN: $(RPCS3-Token)
|
RPCS3_TOKEN: $(RPCS3-Token)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue