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