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 d6680a0 commit 928feafCopy full SHA for 928feaf
.github/actions/extract-symbol-graphs/action.yml
@@ -73,9 +73,10 @@ runs:
73
- name: Compress symbol graphs
74
uses: a7ul/tar-action@v1.1.0
75
with:
76
+ cwd: ${{ inputs.working-directory }}
77
command: c
- files: ./${{ inputs.working-directory }}/${{ inputs.target }}-symbol-graphs
78
- outPath: ${{ inputs.target }}-symbol-graphs.tar.gz
+ files: ./${{ inputs.target }}-symbol-graphs
79
+ outPath: ../${{ inputs.target }}-symbol-graphs.tar.gz
80
81
- name: Upload symbol graphs
82
uses: actions/upload-artifact@v4
0 commit comments