diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-01-03 15:07:26 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-01-03 15:07:26 -0500 |
commit | 25d841878c55e0854be5d75596626110440629ab (patch) | |
tree | 8741909552056d1a4529bf4830027afef8ae2055 | |
parent | d1415a9e97cda9311181eed9e74daee6a86931d7 (diff) | |
download | lite-xl-plugin-manager-25d841878c55e0854be5d75596626110440629ab.tar.gz lite-xl-plugin-manager-25d841878c55e0854be5d75596626110440629ab.zip |
Updated workflow.v0.97
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0062e90..0944d83 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: gh release delete -y latest || true; gh release create -t latest latest lpm.x86_64-linux lpm.x86_64-windows.exe git branch -f latest HEAD - git push -f origin latest + git push -f origin refs/heads/latest fi build_macos: |