File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 php_extensions : pcntl
2626
2727 - name : Archive build
28- run : mkdir /tmp/github-actions/ && tar -cvf /tmp/github-actions/build.tar ./
28+ run : mkdir /tmp/github-actions/ && tar --exclude=".git" - cvf /tmp/github-actions/build.tar ./
2929
3030 - name : Upload build archive for test runners
3131 uses : actions/upload-artifact@v4
@@ -168,7 +168,7 @@ jobs:
168168 env :
169169 GH_TOKEN : ${{ github.token }}
170170 run : |
171- gh api "/repos/${{ github.repository }}/actions/artifacts?name=build-artifact " | jq ".artifacts[] | select(.name | startswith(\"build-artifact\")) | .id" > artifact-id-list.txt
171+ gh api "/repos/${{ github.repository }}/actions/artifacts" | jq ".artifacts[] | select(.name | startswith(\"build-artifact\")) | .id" > artifact-id-list.txt
172172 while read id
173173 do
174174 echo -n "Deleting artifact ID $id ... "
You can’t perform that action at this time.
0 commit comments