Skip to content

Commit

Permalink
Ready to publish release
Browse files Browse the repository at this point in the history
  • Loading branch information
zeerayne committed Mar 24, 2024
1 parent 6920c2b commit abbea4b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build & release
on:
push:
tags: [v**]
branches: ['*']
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -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

0 comments on commit abbea4b

Please sign in to comment.