fix: wrong copy path.
This commit is contained in:
		
							parent
							
								
									16bffb1397
								
							
						
					
					
						commit
						945692eeb7
					
				
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@ -24,4 +24,4 @@ jobs:
 | 
			
		||||
        uses: actions/upload-artifact@v2
 | 
			
		||||
        with:
 | 
			
		||||
          name: artifact
 | 
			
		||||
          path: artifact/
 | 
			
		||||
          path: ${{ github.workspace }}/artifact/
 | 
			
		||||
@ -31,5 +31,6 @@ make deb-pkg -j"$CPU_CORES"
 | 
			
		||||
 | 
			
		||||
# move deb packages to artifact dir
 | 
			
		||||
cd ..
 | 
			
		||||
mkdir "artifact"
 | 
			
		||||
rm ./*dbg*.deb
 | 
			
		||||
mv ./*.deb artifact/
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user