use build action

This commit is contained in:
2025-10-28 00:04:20 -05:00
parent 22e92b3c46
commit 8e3cc4b3c4

View File

@@ -12,13 +12,7 @@ runs:
uses: actions/checkout@v4
- name: Build package
shell: bash
run: |
echo "🎉 clone complete. building..." && \
chmod -R 777 ./ && \
ls -al . && \
sudo docker run --rm -v $GITEA_WORKSPACE:/home/user/pkg corysanin/archery:artix "/bin/ls" "-al" "/home/user/pkg" && \
sudo docker run --rm -e REPO=. -v $GITEA_WORKSPACE:/home/user/pkg corysanin/archery:artix
uses: https://git.sanin.dev/packages_test/build-publish/@build
- name: Publish package
shell: bash