1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-10 16:45:54 +02:00

Added code to ensure we always get run log

This commit is contained in:
Thomas Bui
2020-10-09 15:24:27 -07:00
parent 318e2df2b7
commit b7a8a0a4ed

View File

@@ -27,6 +27,7 @@ jobs:
./icomoon.json ./devicon.json ./icons ./ --headless
- name: Upload geckodriver.log for debugging purposes
uses: actions/upload-artifact@v2
if: ${{always()}}
with:
name: geckodriver-log
path: ./geckodriver.log