Skip to content

Commit

Permalink
#000 | Agnel Selvan | Added SQLIte DLL on pipeline for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
NesanSelvan committed Jan 17, 2025
1 parent 23a8b58 commit 0116138
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 0116138

Please sign in to comment.