Skip to content

Commit

Permalink
remove debug.pkg.tar.zst
Browse files Browse the repository at this point in the history
  • Loading branch information
nibazshab committed Nov 18, 2024
1 parent 3dbdedf commit f83c828
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
V=$(git describe --abbrev=0 --tags)
sed -i s/pkgver=/pkgver=$V/ .pkg/PKGBUILD
mv webnote .pkg
docker build --output=dist/ .pkg
docker build --output=. .pkg
mv webnote-$V-*.pkg.tar.zst dist/
- name: Upload Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit f83c828

Please sign in to comment.