diff --git a/action.yml b/action.yml index bd77dc4..4f4dadf 100644 --- a/action.yml +++ b/action.yml @@ -14,10 +14,15 @@ runs: - name: Permissions run: | chmod -R 777 . - ls -al + # - name: Build package + # uses: https://git.sanin.dev/packages_test/build-publish/@build + - name: Build package - uses: https://git.sanin.dev/packages_test/build-publish/@build + shell: base + run: | + docker run --rm -e REPO=. -e WORKSPACE=/workspace/${{ GITEA_REPOSITORY }}/ corysanin/archery:artix + # - name: Publish package # shell: bash