1
0
Fork 0
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:
WaluigiWare64 2021-06-13 13:06:15 +01:00
parent f94b784c4d
commit 1cd477db71
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -43,5 +43,5 @@ jobs:
- uses: actions/upload-artifact@v1
with:
name: melonDS
name: melonDS-windows-x86_64
path: ${{runner.workspace}}\build\melonDS.exe