Skip to content

Commit

Permalink
v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Oct 5, 2024
1 parent a5a327a commit d34965f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
echo upx;
ls importenv-*|xargs -I {} upx -9 --best {} -o {}-upx;
- name: Build archlinux package
uses: countstarlight/arch-makepkg-action@master
with:
scripts: "makepkg -fsCc --noconfirm"
# - name: Build archlinux package
# uses: countstarlight/arch-makepkg-action@master
# with:
# scripts: "makepkg -fsCc --noconfirm"

- name: Release
uses: softprops/action-gh-release@v2
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ source=(
sha256sums=('SKIP' 'SKIP')

package() {
install -Dm755 "${pkgname}-${CARCH}" "$pkgdir/usr/bin/${binname}"
install -Dm755 "${binname}-${CARCH}" "$pkgdir/usr/bin/${binname}"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/${binname}/LICENSE"
}

0 comments on commit d34965f

Please sign in to comment.