mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-03-06 21:00:31 +01:00
Change workflow upload name to platform on GitHub CI
This commit is contained in:
parent
f94b784c4d
commit
1cd477db71
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build-ubuntu-aarch64.yml
vendored
2
.github/workflows/build-ubuntu-aarch64.yml
vendored
|
@ -51,5 +51,5 @@ jobs:
|
|||
&& cp melonDS dist
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: melonDS
|
||||
name: melonDS-ubuntu-aarch64
|
||||
path: ${{runner.workspace}}/build/dist
|
||||
|
|
2
.github/workflows/build-ubuntu.yml
vendored
2
.github/workflows/build-ubuntu.yml
vendored
|
@ -33,5 +33,5 @@ jobs:
|
|||
cp melonDS dist
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: melonDS
|
||||
name: melonDS-ubuntu-x86_64
|
||||
path: ${{runner.workspace}}/build/dist
|
||||
|
|
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
|
@ -43,5 +43,5 @@ jobs:
|
|||
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: melonDS
|
||||
name: melonDS-windows-x86_64
|
||||
path: ${{runner.workspace}}\build\melonDS.exe
|
||||
|
|
Loading…
Add table
Reference in a new issue