feat(container): create /tmp folder manually

This commit is contained in:
Ahmad Husen
2021-05-30 14:07:35 +07:00
parent fcedc2d02c
commit 42c6bfae1e
+1
View File
@@ -4,6 +4,7 @@
echo '::group::Copying file from $WORKPATH to /tmp/gh-action'
WORKPATH=./$INPUT_PATH
# Set path permision
sudo -u builder mkdir /tmp/gh-action
sudo -u builder cp -rfv ./.git /tmp/gh-action/.git
sudo -u builder cp -fv $WORKPATH/PKGBUILD /tmp/gh-action/PKGBUILD
cd /tmp/gh-action