Skip to content

Commit

Permalink
BLYAT
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHolmesII committed Mar 23, 2020
1 parent 53d0ec1 commit 39261e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis/setup-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ COMM_HASH=$(git rev-parse --short=8 HEAD)

# Format the above into filenames
if [ -n "$PR_NUMBER" ]; then
AVVER="${COMM_TAG}-${COMM_HASH}";
BUILD="rpcs3-v${AVVER}_win64.7z";
AVVER="${COMM_TAG}-${COMM_HASH}"
BUILD="rpcs3-v${AVVER}_win64.7z"
else
AVVER="${COMM_TAG}-${COMM_COUNT}";
AVVER="${COMM_TAG}-${COMM_COUNT}"
BUILD="rpcs3-v${AVVER}-${COMM_HASH}_win64.7z"
fi

Expand Down
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
artifact: Windows App Bundle

- task: GitHubRelease@1
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
inputs:
gitHubConnection: 'GitHub'
repositoryName: '$(Build.Repository.Name)'
Expand Down

0 comments on commit 39261e9

Please sign in to comment.