upload-artifact dnt respect working-directory

This commit is contained in:
galister
2025-12-13 22:40:14 +09:00
parent 661ad7d761
commit 5035893fab
2 changed files with 2 additions and 2 deletions

View File

@@ -35,4 +35,4 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: WlxOverlay-S-${{ github.ref_name }}-x86_64.AppImage name: WlxOverlay-S-${{ github.ref_name }}-x86_64.AppImage
path: ./WlxOverlay-S-x86_64.AppImage path: ./wlx-overlay-s/WlxOverlay-S-x86_64.AppImage

View File

@@ -38,4 +38,4 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: WlxOverlay-S-Full-${{ github.ref_name }}-x86_64.AppImage 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