Skip to content

Commit

Permalink
smh didnt include config file or license etc (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
chhopsky authored Jun 15, 2024
1 parent b457f99 commit efa48c7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@ jobs:
pipenv run pyinstaller -y urgentpush.spec
- name: Copy readme files
run: cp *.md dist/
run: |
cp *.md dist/
cp version.txt dist/
cp config.json dist/
cp "Urgent Push Documentation" dist/
cp LICENSE dist/
shell: bash

- uses: nelonoel/[email protected]
Expand Down

0 comments on commit efa48c7

Please sign in to comment.