Skip to content

Commit 4070afd

Browse files
authored
Update develop.yml
1 parent 4fc1508 commit 4070afd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/develop.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,10 @@ jobs:
4646
echo "::error::Unstaged changes detected. Locally try running: git clean -ffdx && mvn -B clean package -Pproduction"
4747
exit 1
4848
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

Comments
 (0)