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 6110957 commit b4dc0f4Copy full SHA for b4dc0f4
.github/workflows/build.yaml
@@ -89,7 +89,7 @@ jobs:
89
- name: Pack output
90
working-directory: .
91
run: |
92
- find ./github-output \( -type f -o -type d \) -printf "%P\n" | tar -czf github-output.tar --no-recursion -C ./github-output -T -
+ tar -czf github-output.tar github-output
93
- name: Upload github outputs artifact
94
uses: actions/upload-artifact@v3
95
with:
0 commit comments