renamed: artifact name
This commit is contained in:
parent
cf96579238
commit
3b0cc12251
12
.github/workflows/autobuild.yml
vendored
12
.github/workflows/autobuild.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
|||||||
- name: Upload Linux Artifact
|
- name: Upload Linux Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build-artifact-linux
|
name: ncmdump-linux
|
||||||
path: ${{github.workspace}}/build/ncmdump
|
path: ${{github.workspace}}/build/ncmdump
|
||||||
|
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
@ -79,7 +79,7 @@ jobs:
|
|||||||
- name: Upload macOS Artifact
|
- name: Upload macOS Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build-artifact-macos
|
name: ncmdump-macos
|
||||||
path: ${{github.workspace}}/build/ncmdump
|
path: ${{github.workspace}}/build/ncmdump
|
||||||
|
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
@ -116,11 +116,11 @@ jobs:
|
|||||||
- name: Upload Windows Executable Artifact
|
- name: Upload Windows Executable Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build-artifact-windows
|
name: ncmdump-windows
|
||||||
path: ${{github.workspace}}/build/ncmdump.exe
|
path: ${{github.workspace}}/build/Release/ncmdump.exe
|
||||||
|
|
||||||
- name: Upload Windows Library Artifact
|
- name: Upload Windows Library Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build-artifact-windows
|
name: libncmdump-windows
|
||||||
path: ${{github.workspace}}/build/libncmdump.dll
|
path: ${{github.workspace}}/build/Release/libncmdump.dll
|
Loading…
x
Reference in New Issue
Block a user