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