Skip to content

Commit

Permalink
Merge pull request #85 from Govind-S-B/main
Browse files Browse the repository at this point in the history
Dum mistakes
  • Loading branch information
Govind-S-B authored Jul 5, 2023
2 parents 49d84ff + 2622184 commit 9e7e8af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_installer_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
with:
ref: dev
ref: ${{ github.ref_name }}

- name: Create Branch
run: |
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:

- uses: subosito/flutter-action@v2
with:
channel: 'beta'
channel: 'stable'
- run: |
./build_flutter_win.bat
git config user.name github-actions
Expand Down

0 comments on commit 9e7e8af

Please sign in to comment.