1 parent d8f7a50 commit aba62abCopy full SHA for aba62ab
1 file changed
.github/workflows/release.yml
@@ -16,16 +16,12 @@ jobs:
16
version: "latest"
17
- run: |
18
uv --version
19
- uv sync pyproject.toml
+ uv sync
20
- name: build the project
21
run: |
22
pyinstaller k2c.spec
23
- run: ls dist
24
- run: mv dist/k2c.exe .
25
- - name: zip the build
26
27
- zip -r k2c.zip k2c.exe
28
- ls .
29
- name: Build Changelog
30
id: github_release
31
uses: mikepenz/release-changelog-builder-action@v5
@@ -37,4 +33,4 @@ jobs:
37
33
token: ${{ secrets.RELEASE_TOKEN }}
38
34
body: ${{steps.github_release.outputs.changelog}}
39
35
files: |
40
- ./k2c.zip
36
+ ./k2c.exe
0 commit comments