File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 16
16
- os : windows-latest
17
17
name : windows
18
18
- os : ubuntu-latest
19
- name : ubuntu
19
+ name : linux
20
20
- os : macos-latest
21
21
name : macos
22
22
runs-on : ${{ matrix.os }}
@@ -26,13 +26,12 @@ jobs:
26
26
- uses : actions/setup-python@v4
27
27
with :
28
28
python-version : 3.8
29
-
30
29
- run : pip install -r requirements.txt pyinstaller Pillow
31
30
- run : pyinstaller main.py --onefile --collect-data=grapheme --name=ncp-${{ matrix.name }}
32
31
- run : ./dist/ncp-${{ matrix.name }} --help
33
32
- id : vars
34
33
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
36
35
with :
37
36
files : dist/*
38
37
tag_name : ${{ steps.vars.outputs.sha_short }}
You can’t perform that action at this time.
0 commit comments