mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
use upload-artifact@v3
This commit is contained in:
parent
c3a8cfb54e
commit
74130b57f8
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Build Artifacts (MSVC (32-bit))
|
- name: Upload Build Artifacts (MSVC (32-bit))
|
||||||
if: ${{ matrix.toolchain.name == 'MSVC (32-bit, Release)' || matrix.toolchain.name == 'MSVC (32-bit, Debug)' }}
|
if: ${{ matrix.toolchain.name == 'MSVC (32-bit, Release)' || matrix.toolchain.name == 'MSVC (32-bit, Debug)' }}
|
||||||
uses: actions/upload-artifact@master
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: msvc32-artifacts
|
name: msvc32-artifacts
|
||||||
path: |
|
path: |
|
||||||
@ -95,7 +95,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: 'probonopd/uploadtool'
|
repository: 'probonopd/uploadtool'
|
||||||
|
|
||||||
- uses: actions/download-artifact@master
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: msvc32-artifacts
|
name: msvc32-artifacts
|
||||||
path: build
|
path: build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user