diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index d9198ee..0601a43 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -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 \