Skip to content

Commit

Permalink
Adding web action
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzanardo committed Jun 11, 2021
1 parent 0726bb6 commit 6dbebb0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
name: fa_windows
path: fa_windows.zip

release:
release_desktop:
needs: [linux, mac, windows]
runs-on: ubuntu-latest

Expand Down Expand Up @@ -112,3 +112,13 @@ jobs:
fa_osx.zip
fa_windows.zip
prerelease: true

release_web:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- uses: erickzanardo/flutter-gh-pages@v3
with:
workingDir: fire_atlas_editor

0 comments on commit 6dbebb0

Please sign in to comment.