diff --git a/.github/workflows/appimage.yaml b/.github/workflows/appimage.yaml index 8399933..d2c560e 100644 --- a/.github/workflows/appimage.yaml +++ b/.github/workflows/appimage.yaml @@ -21,7 +21,7 @@ jobs: submodules: true - name: Set working directory - run: pwd && export LUNE_VERSION=0.7.5 + run: cd ./package/appimage && export LUNE_VERSION=0.7.5 - name: Build AppImage uses: lalten/run-on-arch-action@amd64-support