mirror of
https://github.com/konpa/devicon.git
synced 2025-08-14 02:24:04 +02:00
Added code to ensure we always get run log
This commit is contained in:
1
.github/workflows/build_icons.yml
vendored
1
.github/workflows/build_icons.yml
vendored
@@ -27,6 +27,7 @@ jobs:
|
|||||||
./icomoon.json ./devicon.json ./icons ./ --headless
|
./icomoon.json ./devicon.json ./icons ./ --headless
|
||||||
- name: Upload geckodriver.log for debugging purposes
|
- name: Upload geckodriver.log for debugging purposes
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
if: ${{always()}}
|
||||||
with:
|
with:
|
||||||
name: geckodriver-log
|
name: geckodriver-log
|
||||||
path: ./geckodriver.log
|
path: ./geckodriver.log
|
||||||
|
Reference in New Issue
Block a user