Update actions
This commit is contained in:
parent
df11cc160b
commit
066a413c79
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Check out files
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v2.5.0
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
@ -36,7 +36,7 @@ jobs:
|
||||
lfs: false
|
||||
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
uses: microsoft/setup-msbuild@v1.1.3
|
||||
|
||||
- name: Generate project files
|
||||
run: tools/premake5 vs2022 --ci-build
|
||||
@ -48,7 +48,7 @@ jobs:
|
||||
run: msbuild /m /v:minimal /p:Configuration=${{matrix.configuration}} /p:Platform=x64 build/boiii.sln
|
||||
|
||||
- name: Upload ${{matrix.configuration}} bundle
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3.1.0
|
||||
with:
|
||||
name: ${{matrix.configuration}} Bundle
|
||||
path: |
|
||||
@ -57,7 +57,7 @@ jobs:
|
||||
|
||||
- name: Upload ${{matrix.configuration}} binary
|
||||
if: matrix.configuration == 'Release'
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3.1.0
|
||||
with:
|
||||
name: ${{matrix.configuration}} Binary
|
||||
path: |
|
||||
@ -65,7 +65,7 @@ jobs:
|
||||
|
||||
- name: Upload version
|
||||
if: matrix.configuration == 'Release'
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3.1.0
|
||||
with:
|
||||
name: Version
|
||||
path: |
|
||||
|
Loading…
Reference in New Issue
Block a user