We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc1508 commit 4070afdCopy full SHA for 4070afd
.github/workflows/develop.yml
@@ -46,3 +46,10 @@ jobs:
46
echo "::error::Unstaged changes detected. Locally try running: git clean -ffdx && mvn -B clean package -Pproduction"
47
exit 1
48
fi
49
+
50
+ - name: Upload demo files
51
+ uses: actions/upload-artifact@v2
52
+ with:
53
+ name: demo-files
54
+ path: vaadin-maps-leaflet-flow-demo/target/vaadin-maps-leaflet-flow-demo.war
55
+ if-no-files-found: error
0 commit comments