shot in dark
This commit is contained in:
@@ -15,8 +15,8 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "🎉 clone complete. building..." && \
|
echo "🎉 clone complete. building..." && \
|
||||||
chmod -R 777 ./ && \
|
chown -R 1000:1000 ./ && \
|
||||||
docker run --rm -e REPO=. -v `pwd`:/home/user/pkg corysanin/archery:artix
|
docker run --rm -e REPO=. -v $(pwd):/home/user/pkg corysanin/archery:artix
|
||||||
|
|
||||||
- name: Publish package
|
- name: Publish package
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user