mirror of https://github.com/wayvr-org/wayvr.git
upload-artifact dnt respect working-directory
This commit is contained in:
parent
661ad7d761
commit
5035893fab
|
|
@ -35,4 +35,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: WlxOverlay-S-${{ github.ref_name }}-x86_64.AppImage
|
||||
path: ./WlxOverlay-S-x86_64.AppImage
|
||||
path: ./wlx-overlay-s/WlxOverlay-S-x86_64.AppImage
|
||||
|
|
|
|||
|
|
@ -38,4 +38,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: WlxOverlay-S-Full-${{ github.ref_name }}-x86_64.AppImage
|
||||
path: ./WlxOverlay-S-Full-x86_64.AppImage
|
||||
path: ./wlx-overlay-s/WlxOverlay-S-Full-x86_64.AppImage
|
||||
|
|
|
|||
Loading…
Reference in New Issue