mirror of
				https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
				synced 2025-06-27 11:58:51 +02:00 
			
		
		
		
	ci: zip build
This commit is contained in:
		
							
								
								
									
										15
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										15
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -140,6 +140,15 @@ jobs: | |||||||
|           name: build-linux |           name: build-linux | ||||||
|           path: build/linux |           path: build/linux | ||||||
|  |  | ||||||
|  |       - name: Zip Builds | ||||||
|  |         run: | | ||||||
|  |           cd build/windows | ||||||
|  |           zip -r ../windows.zip . | ||||||
|  |           cd ../macos | ||||||
|  |           zip -r ../macos.zip . | ||||||
|  |           cd ../linux | ||||||
|  |           zip -r ../linux.zip . | ||||||
|  |  | ||||||
|       - name: Create GitHub Release |       - name: Create GitHub Release | ||||||
|         id: create_release |         id: create_release | ||||||
|         uses: softprops/action-gh-release@v2.2.2 |         uses: softprops/action-gh-release@v2.2.2 | ||||||
| @@ -154,6 +163,6 @@ jobs: | |||||||
|             Commit: `${{ github.sha }}` |             Commit: `${{ github.sha }}` | ||||||
|           prerelease: ${{ github.ref != 'refs/heads/main' }} |           prerelease: ${{ github.ref != 'refs/heads/main' }} | ||||||
|           files: | |           files: | | ||||||
|             build/windows/**/* |             build/windows.zip | ||||||
|             build/macos/**/* |             build/macos.zip | ||||||
|             build/linux/**/* |             build/linux.zip | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user