chore: upload log artifact in nightly gh action (#6513)

This commit is contained in:
Vishnu Narayanan
2023-02-28 12:18:06 +05:30
committed by GitHub
parent 04f30e3033
commit 42d9b6ffed

View File

@@ -44,3 +44,9 @@ jobs:
# sudo systemctl restart chatwoot.target
# curl http://localhost:3000/api
- name: Upload chatwoot setup log file as an artifact
uses: actions/upload-artifact@v3
if: always()
with:
name: chatwoot-setup-log-file
path: /var/log/chatwoot-setup.log