[actions] rename actions
This commit is contained in:
parent
99aa6e9540
commit
154ce5069c
2
.github/workflows/python-app_linux.yml
vendored
2
.github/workflows/python-app_linux.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
# This workflow will install Python dependencies, run tests and lint with a single version of Python
|
# This workflow will install Python dependencies, run tests and lint with a single version of Python
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
|
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
|
||||||
|
|
||||||
name: Python application
|
name: BlipBlop app linux
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
2
.github/workflows/python-app_macos.yml
vendored
2
.github/workflows/python-app_macos.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
# This workflow will install Python dependencies, run tests and lint with a single version of Python
|
# This workflow will install Python dependencies, run tests and lint with a single version of Python
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
|
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
|
||||||
|
|
||||||
name: Python application
|
name: BlipBlop app macOS
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
2
.github/workflows/python-app_win.yml
vendored
2
.github/workflows/python-app_win.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
# This workflow will install Python dependencies, run tests and lint with a single version of Python
|
# This workflow will install Python dependencies, run tests and lint with a single version of Python
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
|
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
|
||||||
|
|
||||||
name: Python application
|
name: BlipBlop app windows
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -6,17 +6,17 @@ block_cipher = None
|
|||||||
a = Analysis(['blipblop_main.py'],
|
a = Analysis(['blipblop_main.py'],
|
||||||
pathex=['.'],
|
pathex=['.'],
|
||||||
binaries=[],
|
binaries=[],
|
||||||
datas=[('docs\index.md', "docs"),
|
datas=[('docs/index.md', "docs"),
|
||||||
('docs\visual_task.md', "docs"),
|
('docs/visual_task.md', "docs"),
|
||||||
('docs\auditory_task.md', "docs"),
|
('docs/auditory_task.md', "docs"),
|
||||||
('docs\license.md', "docs"),
|
('docs/license.md', "docs"),
|
||||||
('docs\tasks.md', "docs"),
|
('docs/tasks.md', "docs"),
|
||||||
('docs\images\blipblop_main.png', "docs\images"),
|
('docs/images/blipblop_main.png', "docs/images"),
|
||||||
('docs\images\blipblop_logo.png', "docs\images"),
|
('docs/images/blipblop_logo.png', "docs/images"),
|
||||||
('sounds\bell.wav', "sounds"),
|
('sounds/bell.wav', "sounds"),
|
||||||
('sounds\complete.wav', "sounds"),
|
('sounds/complete.wav', "sounds"),
|
||||||
('sounds\message.wav', "sounds"),
|
('sounds/message.wav', "sounds"),
|
||||||
('icons\blipblop_logo.ico', '.')
|
('icons/blipblop_logo.ico', '.')
|
||||||
],
|
],
|
||||||
hiddenimports=[],
|
hiddenimports=[],
|
||||||
hookspath=[],
|
hookspath=[],
|
||||||
|
Loading…
Reference in New Issue
Block a user