Skip to content

Commit

Permalink
add config.ini to release archive
Browse files Browse the repository at this point in the history
  • Loading branch information
Der-Henning committed May 10, 2024
1 parent 589912a commit 85d031e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ jobs:
- name: Run PyInstaller
run: |
poetry run pyinstaller scanner.spec
cp ./config.sample.ini ./dist/config.ini
cp ./README.md ./dist/README.md
cp ./LICENSE ./dist/LICENSE
cp ./config.sample.ini ./dist/scanner/config.ini
cp ./README.md ./dist/scanner/README.md
cp ./LICENSE ./dist/scanner/LICENSE
./dist/scanner/scanner -v
- name: Make filename for archive
id: filename
Expand Down

0 comments on commit 85d031e

Please sign in to comment.