Skip to content

Commit

Permalink
Revert patching web build
Browse files Browse the repository at this point in the history
  • Loading branch information
muzzammilshahid committed Aug 26, 2024
1 parent 575cd12 commit 2ccaa9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,14 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.24.1
flutter-version: 3.22.1

- name: Install dependencies
run: make install

- name: Build web app
run: make build-web-ci

- name: Run post-build script to download files concurrently
run: |
chmod +x ./build_tools/patch_web.sh
sh ./build_tools/patch_web.sh --ignore-whitespace
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ build-web:
flutter build web --release

build-web-ci:
flutter build web --release --web-renderer html --base-href "/wick/"
flutter build web --release --base-href "/wick/"

0 comments on commit 2ccaa9d

Please sign in to comment.