mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-10-31 04:32:06 +00:00 
			
		
		
		
	Update workflow actions (#844)
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build-and-test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build-and-test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -16,7 +16,7 @@ jobs: | ||||
|         os: [ windows-2022, ubuntu-20.04, macos-11 ] | ||||
|  | ||||
|     steps: | ||||
|     - uses: actions/checkout@v2 | ||||
|     - uses: actions/checkout@v3 | ||||
|       with: | ||||
|         submodules: true | ||||
|     - name: Add msbuild to PATH (Windows only) | ||||
| @@ -35,7 +35,7 @@ jobs: | ||||
|         buildPreset: "ci-${{matrix.os}}" | ||||
|         testPreset: "ci-${{matrix.os}}" | ||||
|     - name: artifacts | ||||
|       uses: actions/upload-artifact@v2 | ||||
|       uses: actions/upload-artifact@v3 | ||||
|       if: ${{ github.ref == 'ref/head/main' }} | ||||
|       with: | ||||
|         name: build-${{matrix.os}} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nico Mexis
					Nico Mexis