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 094e723 commit 16e54fbCopy full SHA for 16e54fb
2 files changed
.github/workflows/on-pull-request.yaml
@@ -30,3 +30,10 @@ jobs:
30
shell: pwsh
31
run: |
32
Invoke-Build Test
33
+
34
+ - name: Upload logs
35
+ uses: actions/upload-artifact@v4
36
+ if: always()
37
+ with:
38
+ name: logs
39
+ path: generated/logs
.github/workflows/publish.yaml
@@ -55,3 +55,10 @@ jobs:
55
- name: Log out from Docker Hub
56
57
docker logout
58
59
60
61
62
63
64
0 commit comments