📦 Upload build.log as artifact

This commit is contained in:
ful1e5 2020-08-26 12:05:20 +05:30
parent a4f680cafb
commit 879ca8b3f5

View file

@ -70,6 +70,12 @@ jobs:
- name: Generating `macOS Big Sur` Cursor Theme
run: python build.py
- name: Uploading `macOS Big Sur` Build Log artifact
uses: actions/upload-artifact@v2
with:
name: logs
path: build.log
- name: Uploading `bitmaps` artifact
uses: actions/upload-artifact@v2
with: