Skip to content

Commit

Permalink
Sigh...
Browse files Browse the repository at this point in the history
  • Loading branch information
adamharrison committed Jan 5, 2023
1 parent a1435a0 commit 092e0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
gh release delete -y continuous || true; gh release create -t 'Continuous Release' -n 'A continuous release of lite-xl. See the README for more details.' continuous *.zip *.tar.gz
if [[ `git tag --points-at HEAD | head -c 1` == "v" ]]; then
gh release delete -y $VERSION || true;
gh release create -t $VERSION $VERSION *.zip *.tar.gz *.deb
gh release create -t $VERSION $VERSION *.zip *.tar.gz
fi
build-emscripten:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 092e0f3

Please sign in to comment.