mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 13:20:03 +00:00 
			
		
		
		
	Strip newlines on the build name before trying to upload.
This commit is contained in:
		
							parent
							
								
									99fc82b5c0
								
							
						
					
					
						commit
						5c4d8dff2b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -40,8 +40,8 @@ after_build: | |||
|         if (!"$env:APPVEYOR_PULL_REQUEST_TITLE" -and ("$env:APPVEYOR_REPO_BRANCH" -eq "master")) | ||||
|           { | ||||
|             $GITDATE = $(git show -s --date=short --format='%ad') -replace "-","" | ||||
|             $GITREV = git show -s --format='%h' | ||||
|             $BUILD_NAME = "citra-${GITDATE}-${GITREV}-windows-amd64.7z" | ||||
|             $GITREV = $(git show -s --format='%h') | ||||
|             $BUILD_NAME = "citra-${GITDATE}-${GITREV}-windows-amd64.7z" -replace "`n|`r","" | ||||
|             # zip up the build folder | ||||
|             7z a $BUILD_NAME .\build\bin\release\* | ||||
|              | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue