We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f62a2 commit 2d4b3e1Copy full SHA for 2d4b3e1
.github/workflows/container-build.yaml
@@ -103,3 +103,12 @@ jobs:
103
preCommands: ${{ inputs.preCommand }}
104
postCommands: ${{ inputs.postCommand }}
105
command: deploy --config ../wrangler-container.jsonc
106
+
107
+ - name: Upload Wrangler Logs
108
+ if: always()
109
+ uses: actions/upload-artifact@v4
110
+ with:
111
+ name: wrangler-logs-${{ github.run_id }}
112
+ path: /home/runner/.config/.wrangler/logs/
113
+ retention-days: 7
114
+ if-no-files-found: ignore
0 commit comments