1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-11 08:46:25 +00:00
This commit is contained in:
Alex Xu
2025-10-24 10:58:03 -07:00
committed by GitHub
parent 28faf524c4
commit 44401583e4

View File

@@ -50,12 +50,12 @@ jobs:
pip install certifi pyinstaller --no-binary pyinstaller
- name: build binary
run: |
python setup.py {{ matrix.command }}
python setup.py ${{ matrix.command }}
- name: upload-unsigned-artifact
id: upload-unsigned-artifact
uses: actions/upload-artifact@v4
with:
name: windows-build-{{ matrix.entry }}
name: windows-build-${{ matrix.entry }}
path: dist/*.exe
- id: optional_step_id
uses: signpath/github-action-submit-signing-request@v1.3