|  |  | @ -12,7 +12,7 @@ jobs: | 
			
		
	
		
			
				
					|  |  |  |     steps: | 
			
		
	
		
			
				
					|  |  |  |     - uses: actions/checkout@v3 | 
			
		
	
		
			
				
					|  |  |  |       with: | 
			
		
	
		
			
				
					|  |  |  |         ref: main | 
			
		
	
		
			
				
					|  |  |  |         ref: development02 | 
			
		
	
		
			
				
					|  |  |  |     - uses: benjlevesque/short-sha@v1.2 | 
			
		
	
		
			
				
					|  |  |  |       id: short-sha | 
			
		
	
		
			
				
					|  |  |  |       with: | 
			
		
	
	
		
			
				
					|  |  | @ -55,4 +55,4 @@ jobs: | 
			
		
	
		
			
				
					|  |  |  |     - uses: actions/upload-artifact@v3 | 
			
		
	
		
			
				
					|  |  |  |       with: | 
			
		
	
		
			
				
					|  |  |  |         name: ${{ steps.rename-binary-files.outputs.name }}_dev_build | 
			
		
	
		
			
				
					|  |  |  |         path: ./${{ steps.rename-binary-files.outputs.name }}.zip | 
			
		
	
		
			
				
					|  |  |  |         path: ./${{ steps.rename-binary-files.outputs.name }}.zip | 
			
		
	
	
		
			
				
					|  |  | 
 |