Update build.yml

This commit is contained in:
quaK 2025-02-18 18:08:09 +02:00 committed by GitHub
parent 3284dc7d88
commit 4ff922a485
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ jobs:
- Release - Release
steps: steps:
- name: Check out files - name: Check out files
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
submodules: true submodules: true
fetch-depth: 0 fetch-depth: 0
@ -42,7 +42,7 @@ jobs:
run: msbuild /m /v:minimal /p:Configuration=${{matrix.configuration}} /p:Platform=x64 build/iw7-mod.sln run: msbuild /m /v:minimal /p:Configuration=${{matrix.configuration}} /p:Platform=x64 build/iw7-mod.sln
- name: Upload ${{matrix.configuration}} binaries - name: Upload ${{matrix.configuration}} binaries
uses: actions/upload-artifact@v3.1.0 uses: actions/upload-artifact@v4
with: with:
name: ${{matrix.configuration}} binaries name: ${{matrix.configuration}} binaries
path: | path: |
@ -50,7 +50,7 @@ jobs:
build/bin/x64/${{matrix.configuration}}/iw7-mod.pdb build/bin/x64/${{matrix.configuration}}/iw7-mod.pdb
- name: Upload ${{matrix.configuration}} data artifacts - name: Upload ${{matrix.configuration}} data artifacts
uses: actions/upload-artifact@v3.1.0 uses: actions/upload-artifact@v4
with: with:
name: ${{matrix.configuration}} data artifacts name: ${{matrix.configuration}} data artifacts
path: | path: |
@ -70,12 +70,12 @@ jobs:
run: echo "AURORA_MASTER_PATH=${{ secrets.AURORA_MASTER_SSH_PATH_DEV }}" >> $GITHUB_ENV run: echo "AURORA_MASTER_PATH=${{ secrets.AURORA_MASTER_SSH_PATH_DEV }}" >> $GITHUB_ENV
- name: Download Release binaries - name: Download Release binaries
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: Release binaries name: Release binaries
- name: Download Release data artifacts - name: Download Release data artifacts
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: Release data artifacts name: Release data artifacts
path: data path: data