Skip to content

Commit

Permalink
fix releases not releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
takase1121 committed Jan 13, 2025
1 parent 0bad50b commit abe757d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ jobs:
- name: Build cosmopolitan executable
run: |
cd github-pages
tar -xvf github-pages.tar
tar -xf github-pages.tar
rm -rf subprojects github-pages.tar
echo "LaunchBrowser()" > .init.lua
zip -ur ../lite-xl-playground.com ./
zip -9ur ../lite-xl-playground.com ./
- name: Release
uses: ncipollo/release-action@v1
Expand All @@ -126,4 +126,5 @@ jobs:
commit: ${{ github.sha }}
artifacts: lite-xl-playground.com
prerelease: true
allowUpdates: true
generateReleaseNotes: true

0 comments on commit abe757d

Please sign in to comment.