Skip to content

Commit edfedbc

Browse files
committed
ci: extract tar please
1 parent 58a66fa commit edfedbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/follow-up.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
repository: solvedac/unofficial-documentation
1919
github-token: ${{ secrets.PAT_FOLLOW_UP }}
2020
run-id: ${{ github.event.inputs.run-id }}
21-
- run: tar -xf artifact.tar tsp-output/@typespec/openapi3/openapi.yaml
21+
- run: tar -xf artifact.tar ./tsp-output/@typespec/openapi3/openapi.yaml
2222
- uses: actions/setup-java@v4
2323
with:
2424
distribution: temurin

0 commit comments

Comments
 (0)