mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-24 20:14:37 -04:00
🗒️ log removed
This commit is contained in:
parent
98708cc68c
commit
9a24f9b178
2 changed files with 0 additions and 12 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -76,12 +76,6 @@ jobs:
|
|||
tar -cvzf bitmaps.tar.gz bitmaps
|
||||
tar -cvzf macOSBigSur.tar.gz themes
|
||||
|
||||
- name: Uploading `macOSBigSur` Build Log artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: logs
|
||||
path: logs.tar.gz
|
||||
|
||||
- name: Uploading `bitmaps` artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
6
log.py
6
log.py
|
@ -1,6 +0,0 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import logging
|
||||
|
||||
logging.basicConfig(filename='build.log', filemode='w',
|
||||
format='%(name)s - %(levelname)s - %(message)s', level=logging.DEBUG)
|
Loading…
Add table
Add a link
Reference in a new issue