mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 08:30:04 +00:00 
			
		
		
		
	Enable debug artifacts for Windows release builds
This commit is contained in:
		
							parent
							
								
									fe831cf65a
								
							
						
					
					
						commit
						b18491b2a0
					
				
					 4 changed files with 30 additions and 0 deletions
				
			
		
							
								
								
									
										7
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -148,6 +148,13 @@ jobs: | |||
|         name: supercell-wx-${{ matrix.artifact_suffix }} | ||||
|         path: ${{ github.workspace }}/supercell-wx/ | ||||
| 
 | ||||
|     - name: Upload Debug Artifacts (Windows) | ||||
|       if: matrix.os == 'windows-2022' | ||||
|       uses: actions/upload-artifact@v3 | ||||
|       with: | ||||
|         name: supercell-wx-debug-${{ matrix.artifact_suffix }} | ||||
|         path: ${{ github.workspace }}/build/bin/*.pdb | ||||
| 
 | ||||
|     - name: Upload Artifacts (Linux) | ||||
|       if: matrix.os == 'ubuntu-22.04' | ||||
|       uses: actions/upload-artifact@v3 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat