switch back to build action

This commit is contained in:
2025-10-28 16:15:54 -05:00
parent 33af86113f
commit f0b9b2bb16

View File

@@ -15,17 +15,17 @@ runs:
run: |
chmod -R 777 .
# - name: Build package
# uses: https://git.sanin.dev/packages_test/build-publish/@build
- name: Build package
shell: bash
run: |
docker run --rm \
-v "$PWD":"$PWD" \
-e REPO=. \
-e WORKSPACE="$PWD" \
corysanin/archery:artix
uses: https://git.sanin.dev/packages_test/build-publish/@build
# - name: Build package
# shell: bash
# run: |
# docker run --rm \
# -v "$GITEA_WORKSPACE":"$GITEA_WORKSPACE" \
# -e REPO=. \
# -e WORKSPACE="$GITEA_WORKSPACE" \
# corysanin/archery:artix
# - name: Publish package