Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 27a4503

Browse files
committed
pyinstaller fix
1 parent 67fac05 commit 27a4503

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Package Application with Pyinstaller
22
on:
33
push:
44
branches: [ main ]
5-
tags:
6-
- 'v*'
5+
# tags:
6+
# - 'v*'
77
jobs:
88
build:
99
runs-on: ubuntu-latest
@@ -22,7 +22,7 @@ jobs:
2222
spec: kube-inverter-windows-x86_64.spec
2323
- name: Release
2424
uses: softprops/action-gh-release@v1
25-
if: startsWith(github.ref, 'refs/tags/')
25+
# if: startsWith(github.ref, 'refs/tags/')
2626
with:
2727
draft: true
2828
prerelease: true

0 commit comments

Comments
 (0)