Skip to content

Commit 39db308

Browse files
Update release.yml
1 parent e20a84b commit 39db308

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,13 @@ jobs:
6363
echo "import sys, os; sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'src')); from bulkfolder.ui.main import main; main()" > run.py
6464
python -m PyInstaller --noconfirm --windowed --name "BulkFolder" --icon="src/assets/logo.ico" --add-data="src/assets;assets" --paths="src" --version-file="version_info.txt" --collect-all customtkinter run.py
6565
66+
deploy:
6667
- name: Compile Inno Setup
6768
shell: pwsh
6869
run: |
6970
$ver = "${{ steps.get_version.outputs.VERSION }}"
7071
& "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" /DMyAppVersion=$ver "installer_script.iss"
71-
72+
7273
- name: Create Release
7374
uses: softprops/action-gh-release@v2
7475
with:

0 commit comments

Comments
 (0)