Update build.yml
This commit is contained in:
parent
c7ae27a664
commit
8bc817eb41
17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
@ -48,20 +48,13 @@ jobs:
|
||||
run: msbuild /m /v:minimal /p:Configuration=${{matrix.configuration}} /p:Platform=Win32 build/iw4x.sln
|
||||
|
||||
- name: Upload ${{matrix.configuration}} binaries
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3.1.0
|
||||
with:
|
||||
name: ${{matrix.configuration}} binaries
|
||||
path: |
|
||||
build/bin/Win32/${{matrix.configuration}}/iw4x.dll
|
||||
build/bin/Win32/${{matrix.configuration}}/iw4x.pdb
|
||||
|
||||
# - name: Upload ${{matrix.configuration}} data artifacts
|
||||
# uses: actions/upload-artifact@v2
|
||||
# with:
|
||||
# name: ${{matrix.configuration}} data artifacts
|
||||
# path: |
|
||||
# data/*
|
||||
|
||||
deploy:
|
||||
name: Deploy artifacts
|
||||
needs: build
|
||||
@ -77,16 +70,10 @@ jobs:
|
||||
run: echo "XLABS_MASTER_PATH=${{ secrets.XLABS_MASTER_SSH_PATH_DEV }}" >> $GITHUB_ENV
|
||||
|
||||
- name: Download Release binaries
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: Release binaries
|
||||
|
||||
# - name: Download Release data artifacts
|
||||
# uses: actions/download-artifact@v2
|
||||
# with:
|
||||
# name: Release data artifacts
|
||||
# path: data
|
||||
|
||||
# Set up committer info and GPG key
|
||||
- name: Install SSH key
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
|
Loading…
Reference in New Issue
Block a user