Skip to content

Commit 2d4b3e1

Browse files
authored
Expose wrangler logs (#38)
1 parent 48f62a2 commit 2d4b3e1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/container-build.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,12 @@ jobs:
103103
preCommands: ${{ inputs.preCommand }}
104104
postCommands: ${{ inputs.postCommand }}
105105
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

Comments
 (0)