mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
fix: working directory for updating lune.COMMIT
This commit is contained in:
parent
3e8477c020
commit
fce61b9ba8
1 changed files with 2 additions and 1 deletions
3
.github/workflows/update.yaml
vendored
3
.github/workflows/update.yaml
vendored
|
@ -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: |-
|
||||
|
|
Loading…
Reference in a new issue