Skip to content

Commit aba62ab

Browse files
committed
ci: 去掉打包
1 parent d8f7a50 commit aba62ab

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,12 @@ jobs:
1616
version: "latest"
1717
- run: |
1818
uv --version
19-
uv sync pyproject.toml
19+
uv sync
2020
- name: build the project
2121
run: |
2222
pyinstaller k2c.spec
2323
- run: ls dist
2424
- run: mv dist/k2c.exe .
25-
- name: zip the build
26-
run: |
27-
zip -r k2c.zip k2c.exe
28-
ls .
2925
- name: Build Changelog
3026
id: github_release
3127
uses: mikepenz/release-changelog-builder-action@v5
@@ -37,4 +33,4 @@ jobs:
3733
token: ${{ secrets.RELEASE_TOKEN }}
3834
body: ${{steps.github_release.outputs.changelog}}
3935
files: |
40-
./k2c.zip
36+
./k2c.exe

0 commit comments

Comments
 (0)