Skip to content

Commit

Permalink
[ci] fix permission error in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaMisty committed Apr 13, 2022
1 parent 20b7d3a commit 0ca36ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
image=${{ matrix.builder }}
docker pull $image
docker run -v ${PWD}:/workdir -w /workdir $image bash -c 'mkdir build; cd build; make -f ../Makefile -j3'
mv build/AltServer-* /tmp/build_output
cp build/AltServer-* /tmp/build_output; chmod +x /tmp/build_output/*
sudo rm -rf build
git clean -fdX
- name: Upload to github artifact
uses: NyaMisty/upload-artifact-as-is@master
Expand Down

0 comments on commit 0ca36ce

Please sign in to comment.