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:
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
|
||||
- name: Upload geckodriver.log for debugging purposes
|
||||
uses: actions/upload-artifact@v2
|
||||
if: ${{always()}}
|
||||
with:
|
||||
name: geckodriver-log
|
||||
path: ./geckodriver.log
|
||||
|
Reference in New Issue
Block a user