We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d11570 commit 2b35364Copy full SHA for 2b35364
1 file changed
.github/workflows/test_and_build_docker.yml
@@ -119,7 +119,8 @@ jobs:
119
path: |
120
reports
121
**/*.received.*
122
- /usr/local/jki/vipm/VIPM-CLI/error
+ /usr/local/jki/vipm/VIPM-CLI/error
123
+ /var/local/natinst/logs
124
- name: Grab Artifacts
125
if: success() || failure() # always run even if the previous step fails
126
uses: actions/upload-artifact@v6
0 commit comments