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
@@ -111,7 +111,7 @@ jobs:
111111 env :
112112 GH_TOKEN : ${{ github.token }}
113113 run : |
114- gh api "/repos/${{ github.repository }}/actions/artifacts?name=build-artifact " | jq ".artifacts[] | select(.name | startswith(\"build-artifact\")) | .id" > artifact-id-list.txt
114+ gh api "/repos/${{ github.repository }}/actions/artifacts" | jq ".artifacts[] | select(.name | startswith(\"build-artifact\")) | .id" > artifact-id-list.txt
115115 while read id
116116 do
117117 echo -n "Deleting artifact ID $id ... "
You can’t perform that action at this time.
0 commit comments