Possibly fix permission

This commit is contained in:
Sotr
2020-04-13 05:15:35 +07:00
parent 07e7fa41ad
commit 5d4688ff88
2 changed files with 1 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ jobs:
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git submodule update --init --recursive
chmod -R -f 777 scripts
./akarin jar
- name: Upload Artifact
uses: actions/upload-artifact@v2-preview

1
akarin
View File

@@ -4,7 +4,6 @@
set -e
source "./scripts/functions.sh"
chmod -R -f 777 /scripts # For Github Action
function updateAndPatch {
basedir