mirror of https://github.com/AxioDL/metaforce.git
CI: Fix msvc artifact name
This commit is contained in:
parent
eb032863fb
commit
b31d978858
|
@ -178,7 +178,7 @@ jobs:
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{env.URDE_VERSION}}-msvc
|
name: urde-${{env.URDE_VERSION}}-win32-msvc-x86_64
|
||||||
path: |
|
path: |
|
||||||
build/Binaries/urde.exe
|
build/Binaries/urde.exe
|
||||||
build/Binaries/hecl.exe
|
build/Binaries/hecl.exe
|
||||||
|
|
Loading…
Reference in New Issue