diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 23e83f1..cbf5952 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -20,7 +20,8 @@ jobs: run: git submodule update --recursive --remote - name: Update lune.COMMIT - run: git rev-parse HEAD | cut -c -7 > lune.COMMIT + run: git rev-parse HEAD | cut -c -7 > ../lune.COMMIT + working-directory: "lune-src" - name: Push changes run: |-