Skip to content

Commit 6cb6fde

Browse files
committed
update workflow
1 parent ea47e68 commit 6cb6fde

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- os: windows-latest
1717
name: windows
1818
- os: ubuntu-latest
19-
name: ubuntu
19+
name: linux
2020
- os: macos-latest
2121
name: macos
2222
runs-on: ${{ matrix.os }}
@@ -26,13 +26,12 @@ jobs:
2626
- uses: actions/setup-python@v4
2727
with:
2828
python-version: 3.8
29-
3029
- run: pip install -r requirements.txt pyinstaller Pillow
3130
- run: pyinstaller main.py --onefile --collect-data=grapheme --name=ncp-${{ matrix.name }}
3231
- run: ./dist/ncp-${{ matrix.name }} --help
3332
- id: vars
3433
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
35-
- uses: softprops/action-gh-release@v2.0.6
34+
- uses: softprops/action-gh-release@v2
3635
with:
3736
files: dist/*
3837
tag_name: ${{ steps.vars.outputs.sha_short }}

0 commit comments

Comments
 (0)