We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b7d3a commit 0ca36ceCopy full SHA for 0ca36ce
.github/workflows/build.yml
@@ -34,7 +34,8 @@ jobs:
34
image=${{ matrix.builder }}
35
docker pull $image
36
docker run -v ${PWD}:/workdir -w /workdir $image bash -c 'mkdir build; cd build; make -f ../Makefile -j3'
37
- mv build/AltServer-* /tmp/build_output
+ cp build/AltServer-* /tmp/build_output; chmod +x /tmp/build_output/*
38
+ sudo rm -rf build
39
git clean -fdX
40
- name: Upload to github artifact
41
uses: NyaMisty/upload-artifact-as-is@master
0 commit comments