mirror of
https://github.com/derrod/legendary.git
synced 2025-01-03 04:45:28 +00:00
Clean up workflow step names
This commit is contained in:
parent
2fc85f6793
commit
e42875da3b
6
.github/workflows/python.yml
vendored
6
.github/workflows/python.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
run: echo ::set-output name=option::--strip
|
run: echo ::set-output name=option::--strip
|
||||||
if: runner.os != 'Windows'
|
if: runner.os != 'Windows'
|
||||||
|
|
||||||
- name: Build pyinstaller
|
- name: Build
|
||||||
working-directory: legendary
|
working-directory: legendary
|
||||||
run: pyinstaller
|
run: pyinstaller
|
||||||
--onefile
|
--onefile
|
||||||
|
@ -68,7 +68,7 @@ jobs:
|
||||||
apt install ruby
|
apt install ruby
|
||||||
gem install fpm
|
gem install fpm
|
||||||
|
|
||||||
- name: Build fpm
|
- name: Build
|
||||||
run: fpm
|
run: fpm
|
||||||
--input-type python
|
--input-type python
|
||||||
--output-type deb
|
--output-type deb
|
||||||
|
@ -78,7 +78,7 @@ jobs:
|
||||||
--category python
|
--category python
|
||||||
--depends "python3 >= 3.9"
|
--depends "python3 >= 3.9"
|
||||||
|
|
||||||
- name: Os version
|
- name: OS version
|
||||||
id: os_version
|
id: os_version
|
||||||
run: |
|
run: |
|
||||||
source /etc/os-release
|
source /etc/os-release
|
||||||
|
|
Loading…
Reference in a new issue