Skip to content

Commit c3c8d94

Browse files
Add artifact
1 parent 3e29a52 commit c3c8d94

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,10 @@ jobs:
8383
WEBHOOK_SERVER_URL: ${{ steps.tunnel.outputs.url }}
8484
FISHJAM_ID: ${{ secrets.CI_FISHJAM_ID }}
8585
FISHJAM_MANAGEMENT_TOKEN: ${{ secrets.CI_FISHJAM_MANAGEMENT_TOKEN }}
86+
87+
- name: Upload localtunnel log
88+
if: always()
89+
uses: actions/upload-artifact@v4
90+
with:
91+
name: localtunnel-log-py${{ matrix.python-version }}
92+
path: tunnel.log

0 commit comments

Comments
 (0)