mirror of
				https://github.com/diamante0018/BlackOpsPlugin.git
				synced 2025-10-31 01:06:57 +00:00 
			
		
		
		
	chore: update workflow
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -24,7 +24,7 @@ jobs: | ||||
|           - Release | ||||
|     steps: | ||||
|       - name: Check out files | ||||
|         uses: actions/checkout@v4 | ||||
|         uses: actions/checkout@main | ||||
|         with: | ||||
|           submodules: true | ||||
|           fetch-depth: 0 | ||||
| @@ -32,7 +32,7 @@ jobs: | ||||
|           lfs: false | ||||
|  | ||||
|       - name: Add msbuild to PATH | ||||
|         uses: microsoft/setup-msbuild@v1.3.1 | ||||
|         uses: microsoft/setup-msbuild@main | ||||
|  | ||||
|       - name: Generate project files | ||||
|         run: tools/premake5 vs2022 | ||||
| @@ -44,7 +44,7 @@ jobs: | ||||
|         run: msbuild /m /v:minimal /p:Configuration=${{matrix.configuration}} /p:Platform=Win32 build/black-ops-plugin.sln | ||||
|  | ||||
|       - name: Upload ${{matrix.configuration}} binaries | ||||
|         uses: actions/upload-artifact@v3.1.3 | ||||
|         uses: actions/upload-artifact@main | ||||
|         with: | ||||
|           name: ${{matrix.configuration}} binaries | ||||
|           path: | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user