mirror of
				https://github.com/hedge-dev/XenonRecomp.git
				synced 2025-10-30 07:11:38 +00:00 
			
		
		
		
	Update cmake-multi-platform.yml
This commit is contained in:
		
							parent
							
								
									979ae519ae
								
							
						
					
					
						commit
						aef9e00e38
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		
							
								
								
									
										8
									
								
								.github/workflows/cmake-multi-platform.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/cmake-multi-platform.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -72,16 +72,16 @@ jobs:
 | 
				
			||||||
      if: runner.os == 'Linux'
 | 
					      if: runner.os == 'Linux'
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        mkdir -p artifacts
 | 
					        mkdir -p artifacts
 | 
				
			||||||
        cp build/XenonRecompiler/XenonRecompiler artifacts/
 | 
					        cp build/XenonRecompiler artifacts/
 | 
				
			||||||
        cp build/XenonAnalyse/XenonAnalyse artifacts/
 | 
					        cp build/XenonAnalyse artifacts/
 | 
				
			||||||
      shell: bash
 | 
					      shell: bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Package Artifacts (Windows)
 | 
					    - name: Package Artifacts (Windows)
 | 
				
			||||||
      if: runner.os == 'Windows'
 | 
					      if: runner.os == 'Windows'
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        New-Item -ItemType Directory -Path artifacts
 | 
					        New-Item -ItemType Directory -Path artifacts
 | 
				
			||||||
        Copy-Item -Path build\XenonRecompiler\XenonRecompiler.exe -Destination artifacts\
 | 
					        Copy-Item -Path build\XenonRecompiler.exe -Destination artifacts\
 | 
				
			||||||
        Copy-Item -Path build\XenonAnalyse\XenonAnalyse.exe -Destination artifacts\
 | 
					        Copy-Item -Path build\XenonAnalyse.exe -Destination artifacts\
 | 
				
			||||||
      shell: powershell
 | 
					      shell: powershell
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Upload Artifacts
 | 
					    - name: Upload Artifacts
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue