Refactor build process in workflow to ensure temporary files are handled correctly
Some checks are pending
pre-commit / pre-commit (push) Waiting to run
Build and push Archlinux package / build (push) Successful in 22s

This commit is contained in:
Edgar P. Burkhart 2025-05-05 19:56:25 +02:00
parent 7b2cd44fcb
commit d1e77eaeb9
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -13,8 +13,11 @@ jobs:
uses: actions/checkout@v4
- name: Build package
run: |
cp PKGBUILD /tmp
pushd /tmp
makepkg -fC --syncdeps --noconfirm
cp *.pkg.tar.zst hasspy.pkg.tar.zst
popd
cp /tmp/*.pkg.tar.zst hasspy.pkg.tar.zst
- name: Push package
run: |
curl -X PUT \