Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
wangye committed Aug 24, 2024
1 parent 00221d5 commit 29d1acc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ jobs:
- name: pyinstaller
run: |
pyinstaller filehelper.spec
- name: Release
uses: softprops/action-gh-release@v2
with:
token: ${{ secrets.ACTION_SECRET }}
body_path: ./CHANGELOG.md
files: |
./dist/**
./CHANGELOG.md

0 comments on commit 29d1acc

Please sign in to comment.