|  | @@ -80,7 +80,7 @@ jobs:
 | 
	
		
			
				|  |  |        run: |
 | 
	
		
			
				|  |  |          env | grep "artifact\|tag\|GITHUB\|version\|NUMBER\|TARGET" >${TARGET_BUILD_NAME}-env.txt
 | 
	
		
			
				|  |  |          echo "${tag}" >version.txt
 | 
	
		
			
				|  |  | -        docker run --env-file=${TARGET_BUILD_NAME}-env.txt --rm -v $PWD:/project -w /project sle118/squeezelite-esp32:release-v4.0 /bin/bash -c "cp build-scripts/${TARGET_BUILD_NAME}-sdkconfig.defaults sdkconfig && idf.py build && zip build/${artifact_file_name} partitions*.csv build/*.bin build/bootloader/bootloader.bin build/partition_table/partition-table.bin build/flash_project_args build/size_*.txt"
 | 
	
		
			
				|  |  | +        docker run --env-file=${TARGET_BUILD_NAME}-env.txt --rm -v $PWD:/project -w /project sle118/squeezelite-esp32:release-v4.0 /bin/bash -c "cp build-scripts/${TARGET_BUILD_NAME}-sdkconfig.defaults sdkconfig && idf.py build && zip -r build_output.zip build && zip build/${artifact_file_name} partitions*.csv build/*.bin build/bootloader/bootloader.bin build/partition_table/partition-table.bin build/flash_project_args build/size_*.txt"
 | 
	
		
			
				|  |  |      # - name: Build Mock firmware
 | 
	
		
			
				|  |  |      #   run: |
 | 
	
		
			
				|  |  |      #     mkdir -p build
 | 
	
	
		
			
				|  | @@ -106,6 +106,7 @@ jobs:
 | 
	
		
			
				|  |  |            build/size_comp1.txt
 | 
	
		
			
				|  |  |            build/size_comp2.txt
 | 
	
		
			
				|  |  |            partitions.csv
 | 
	
		
			
				|  |  | +          build_output.zip
 | 
	
		
			
				|  |  |      - uses: actions/upload-artifact@v2
 | 
	
		
			
				|  |  |        with:
 | 
	
		
			
				|  |  |          name: ${{ env.artifact_bin_file_name }}
 |