From abbea4b27a5cb5befd69f258afca7ad174b5bfd7 Mon Sep 17 00:00:00 2001 From: Ilya Bogdanov Date: Sun, 24 Mar 2024 20:52:04 +0300 Subject: [PATCH] Ready to publish release --- .github/workflows/build.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index aa234dd..de38ba9 100755 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -2,7 +2,6 @@ name: Build & release on: push: tags: [v**] - branches: ['*'] jobs: build: runs-on: ubuntu-latest @@ -13,15 +12,7 @@ jobs: uses: JackMcKew/pyinstaller-action-windows@main with: path: src - - name: Check file existence - uses: andstor/file-existence-action@v3 - with: - files: src/dist/windows/1cv8_postgres_helper.exe - - name: File exists - if: steps.check_files.outputs.files_exists == 'true' - run: echo All files exists! - name: Release uses: softprops/action-gh-release@v2 - if: startsWith(github.ref, 'refs/tags/') with: files: src/dist/windows/1cv8_postgres_helper.exe