mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -06:00
fix artifact path
This commit is contained in:
2
.github/workflows/build-ubuntu.yml
vendored
2
.github/workflows/build-ubuntu.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: melonDS-ubuntu-x86_64
|
name: melonDS-ubuntu-x86_64
|
||||||
path: ${{runner.workspace}}/build/dist
|
path: dist
|
||||||
|
|
||||||
appimage:
|
appimage:
|
||||||
name: AppImage
|
name: AppImage
|
||||||
|
Reference in New Issue
Block a user