Skip to content

Commit

Permalink
Merge pull request #26 from swciitg/Hareesh-Nandigrama-patch-1
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
Hareesh-Nandigrama authored Jul 27, 2023
2 parents 194d7d5 + 3c9f97f commit 49655d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: flutter --version
- run: flutter pub get
- run: flutter pub upgrade
- run: flutter build apk --no-tree-shake-icons --debug --dart-define SERVER-URL="https://swc.iitg.ac.in/test/onestopapi/v2/" --dart-define SECURITY-KEY=${{ secrets.SECURITY_KEY }}
- run: flutter build apk --debug --no-tree-shake-icons --debug --dart-define SERVER-URL="https://swc.iitg.ac.in/onestop/api/v3/" --dart-define SECURITY-KEY=${{ secrets.SECURITY_KEY }} --dart-define GMAP_KEY=${{ secrets.GMAP_KEY }} --dart-define GITHUB_ISSUE_TOKEN=${{ secrets.GIT_TOKEN }}
- name: Create Release
uses: ncipollo/release-action@v1.10.0
with:
Expand Down

0 comments on commit 49655d4

Please sign in to comment.