Skip to content

Commit

Permalink
Automatic release action
Browse files Browse the repository at this point in the history
  • Loading branch information
sashgorokhov committed Sep 19, 2023
1 parent 3026fcd commit 5219498
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ jobs:
- name: Build .exe
run: |
poetry run pyinstaller -y -F --clean --log-level INFO mavlog2csv.py
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
title: "Latest build"
files: |
dist/mavlog2csv.exe

0 comments on commit 5219498

Please sign in to comment.