-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#000 | Agnel Selvan | Added SQLIte DLL on pipeline for windows build
- Loading branch information
1 parent
23a8b58
commit 0116138
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Flutter Release | |
on: | ||
push: | ||
branches: | ||
- main # Trigger on push to main branch, adjust as needed | ||
- db-migration # Trigger on push to main branch, adjust as needed | ||
workflow_dispatch: # Allows manual triggering of the workflow | ||
|
||
jobs: | ||
|
@@ -85,6 +85,9 @@ jobs: | |
run: flutter build windows --release --dart-define-from-file flavors/smart_store/production.json | ||
working-directory: private-repo | ||
|
||
- name: Copy SQLITE File to windows build folder | ||
run: cp private-repo/pipeline_configs/sqlite3.dll private-repo/build/windows/x64/runner/Release | ||
|
||
- name: Compile .ISS to .EXE Installer | ||
uses: Minionguyjpro/[email protected] | ||
with: | ||
|