Skip to content

Commit

Permalink
Changes build order to unblock release
Browse files Browse the repository at this point in the history
  • Loading branch information
jankratochvilcz committed Dec 22, 2024
1 parent ab1ab40 commit 88e5974
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/weploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
- name: Builds web
run: flutter build web --source-maps

- name: Upload Source to Sentry
run: flutter packages pub run sentry_dart_plugin --ignore-missing
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

- name: Pushes web to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: build/web # The folder the action should deploy.

- name: Upload Source to Sentry
run: flutter packages pub run sentry_dart_plugin --ignore-missing
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

0 comments on commit 88e5974

Please sign in to comment.