mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
release?
This commit is contained in:
4
.github/workflows/build-release.yml
vendored
4
.github/workflows/build-release.yml
vendored
@@ -9,9 +9,9 @@ jobs:
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.x'
|
||||
- name: install dependancies
|
||||
- name: Install Dependencies
|
||||
run: pip install -r requirements.txt
|
||||
- name: build package
|
||||
- name: Build Package
|
||||
run: pyinstaller builder.py modules/*.py -n StaticGalleryBuilder -F
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
|
||||
Reference in New Issue
Block a user