mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-04 11:22:13 +08:00 
			
		
		
		
	set the workspace path for github actions correctly
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -17,7 +17,7 @@ on:
 | 
			
		||||
 | 
			
		||||
env:
 | 
			
		||||
  # Path to the root of the Cmder project.
 | 
			
		||||
  CMDER_ROOT: ${{ env.GITHUB_WORKSPACE }}
 | 
			
		||||
  CMDER_ROOT: ${{ github.workspace }}
 | 
			
		||||
 | 
			
		||||
permissions:
 | 
			
		||||
  contents: read
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user