From 8e3cc4b3c4b82fa6f534a139e2035195fdb5048f Mon Sep 17 00:00:00 2001 From: Cory Sanin Date: Tue, 28 Oct 2025 00:04:20 -0500 Subject: [PATCH] use build action --- action.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/action.yml b/action.yml index 5890fed..ab792b9 100644 --- a/action.yml +++ b/action.yml @@ -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