We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe7bff commit 76bff8dCopy full SHA for 76bff8d
.github/workflows/doxygen.yml
@@ -36,10 +36,10 @@ jobs:
36
file ${{github.workspace}}/${{env.TTK_MODULE}}-${{env.TTK_VERSTION}}-document.7z
37
file "${{github.workspace}}/${{env.TTK_MODULE}}-${{env.TTK_VERSTION}}-document.7z"
38
ls -alF
39
+ file ${{runner.workspace}}/${{env.TTK_MODULE}}/${{env.TTK_MODULE}}.pro
40
file "${{runner.workspace}}/${{env.TTK_MODULE}}/${{env.TTK_MODULE}}-${{env.TTK_VERSTION}}-document.7z"
41
file ${{runner.workspace}}/${{env.TTK_MODULE}}/${{env.TTK_MODULE}}-${{env.TTK_VERSTION}}-document.7z
42
-
43
working-directory: ${{github.workspace}}
44
45
- name: Archive artifacts
0 commit comments