Skip to content

Commit b4dc0f4

Browse files
committed
feat: add manifest
1 parent 6110957 commit b4dc0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Pack output
9090
working-directory: .
9191
run: |
92-
find ./github-output \( -type f -o -type d \) -printf "%P\n" | tar -czf github-output.tar --no-recursion -C ./github-output -T -
92+
tar -czf github-output.tar github-output
9393
- name: Upload github outputs artifact
9494
uses: actions/upload-artifact@v3
9595
with:

0 commit comments

Comments
 (0)