mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 02:59:27 +00:00
packaging now working
This commit is contained in:
8
.github/workflows/build-release.yml
vendored
8
.github/workflows/build-release.yml
vendored
@@ -12,9 +12,11 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: pip install -r requirements.txt
|
||||
- name: Build Package
|
||||
run: pyinstaller builder.py modules/*.py -n StaticGalleryBuilder -F
|
||||
run: pyinstaller builder.py modules/*.py -n StaticGalleryBuilder -F --add-data files:files --add-data templates:templates --add-data .version:.
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: dist/StaticGalleryBuilder
|
||||
make_latest: true
|
||||
generate_release_notes: true
|
||||
files: |
|
||||
dist/StaticGalleryBuilder
|
||||
Reference in New Issue
Block a user