use build action
This commit is contained in:
@@ -12,13 +12,7 @@ runs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
shell: bash
|
uses: https://git.sanin.dev/packages_test/build-publish/@build
|
||||||
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
|
|
||||||
|
|
||||||
- name: Publish package
|
- name: Publish package
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user