We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7267294 commit 18c7b0dCopy full SHA for 18c7b0d
.github/workflows/branch.yml
@@ -120,6 +120,9 @@ jobs:
120
cache: true
121
- name: Build Windows Application
122
run: flutter build windows --dart-define=COMMIT_SHA=${{ github.sha }} --dart-define=flutter.flutter_map.unblockOSM="${{ secrets.UNBLOCK_OSM }}"
123
+ - name: Install ISCC
124
+ if: ${{ matrix.sdk == '' }}
125
+ run: pip3 install iscc-cli
126
- name: Create Windows Application Installer
127
if: ${{ matrix.sdk == '' }}
128
run: iscc "windowsApplicationInstallerSetup.iss"
0 commit comments