-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from Kataglyphis/dev
Dev
- Loading branch information
Showing
2 changed files
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,16 +93,14 @@ jobs: | |
- name: "Build Web App" | ||
if: github.ref == 'refs/heads/main' | ||
run: | | ||
flutter build web --release --web-renderer canvaskit | ||
flutter build web --release --wasm | ||
- name: "Build Web App (WASM)" | ||
if: github.ref == 'refs/heads/dev' | ||
id: build-wasm | ||
continue-on-error: true | ||
run: | | ||
should_run=false | ||
flutter build web --release --wasm | ||
should_run=true | ||
- name: 📂 Sync files to main domain | ||
if: github.ref == 'refs/heads/main' | ||
|
@@ -114,7 +112,7 @@ jobs: | |
local-dir: "./build/web/" | ||
|
||
- name: 📂 Sync files to dev wasm domain | ||
if: github.ref == 'refs/heads/dev' && steps.build-wasm.outputs.should_run == 'true' | ||
if: github.ref == 'refs/heads/dev' #&& steps.build-wasm.outputs.should_run == 'true' | ||
uses: SamKirkland/[email protected] | ||
with: | ||
server: ${{ secrets.SERVER }} | ||
|
@@ -128,10 +126,6 @@ jobs: | |
ls -R assets/ | ||
flutter build web --release --web-renderer canvaskit | ||
- name: Debug | ||
run: | | ||
ls -R "./build/web/" | ||
- name: 📂 Sync files to dev domain | ||
if: github.ref == 'refs/heads/dev' | ||
uses: SamKirkland/[email protected] | ||
|
Submodule jotrockenmitlockenrepo
updated
2 files
+1 −1 | .flutter-plugins-dependencies | |
+31 −31 | lib/Decoration/Charts/pie_chart.dart |