We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46169d commit d0ac7ceCopy full SHA for d0ac7ce
.github/workflows/main.yml
@@ -51,6 +51,10 @@ jobs:
51
- name: Build revitool GUI
52
run: flutter build windows --build-name=${{ env.NEW_VERSION }} --build-number=1 --obfuscate --split-debug-info=/symbols --dart-define=APP_VERSION=${{ env.NEW_VERSION }}
53
working-directory: src
54
+
55
+ - name: Install Inno Setup
56
+ run: choco install innosetup -y
57
+ shell: powershell
58
59
- name: Build Installer
60
run: |
0 commit comments