mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	restore the condistion to build & update pacakge when merge (#10507)
Co-authored-by: arthw <14088817+arthw@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1041,7 +1041,7 @@ jobs: | |||||||
|  |  | ||||||
|       - name: Build the release package |       - name: Build the release package | ||||||
|         id: pack_artifacts |         id: pack_artifacts | ||||||
|         if: ${{ ( github.event_name == 'pull_request' && github.base_ref == 'master' ) }} |         if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }} | ||||||
|         run: | |         run: | | ||||||
|           echo "cp oneAPI running time dll files in ${{ env.ONEAPI_ROOT }} to ./build/bin" |           echo "cp oneAPI running time dll files in ${{ env.ONEAPI_ROOT }} to ./build/bin" | ||||||
|  |  | ||||||
| @@ -1066,7 +1066,7 @@ jobs: | |||||||
|           7z a llama-${{ steps.tag.outputs.name }}-bin-win-sycl-x64.zip ./build/bin/* |           7z a llama-${{ steps.tag.outputs.name }}-bin-win-sycl-x64.zip ./build/bin/* | ||||||
|  |  | ||||||
|       - name: Upload the release package |       - name: Upload the release package | ||||||
|         if: ${{ ( github.event_name == 'pull_request' && github.base_ref == 'master' ) }} |         if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }} | ||||||
|         uses: actions/upload-artifact@v4 |         uses: actions/upload-artifact@v4 | ||||||
|         with: |         with: | ||||||
|           path: llama-${{ steps.tag.outputs.name }}-bin-win-sycl-x64.zip |           path: llama-${{ steps.tag.outputs.name }}-bin-win-sycl-x64.zip | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Neo Zhang Jianyu
					Neo Zhang Jianyu