fix artifact path
This commit is contained in:
parent
50afeb6996
commit
17e054c279
|
@ -31,7 +31,7 @@ jobs:
|
|||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: melonDS-ubuntu-x86_64
|
||||
path: ${{runner.workspace}}/build/dist
|
||||
path: dist
|
||||
|
||||
appimage:
|
||||
name: AppImage
|
||||
|
|
Loading…
Reference in New Issue