From e42875da3b7dd2870f39bfbcf9ca317062f713d3 Mon Sep 17 00:00:00 2001 From: jmcb Date: Thu, 25 May 2023 18:53:34 +0100 Subject: [PATCH] Clean up workflow step names --- .github/workflows/python.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index d6ca1d4..4a564e8 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -41,7 +41,7 @@ jobs: run: echo ::set-output name=option::--strip if: runner.os != 'Windows' - - name: Build pyinstaller + - name: Build working-directory: legendary run: pyinstaller --onefile @@ -68,7 +68,7 @@ jobs: apt install ruby gem install fpm - - name: Build fpm + - name: Build run: fpm --input-type python --output-type deb @@ -78,7 +78,7 @@ jobs: --category python --depends "python3 >= 3.9" - - name: Os version + - name: OS version id: os_version run: | source /etc/os-release