Change profile for native sample

- Now using nativex instead of native due to change in
  boot plugin.
This commit is contained in:
Janne Valkealahti
2022-07-26 13:35:44 +01:00
parent e193ca1d24
commit 98718286d9

View File

@@ -40,7 +40,7 @@ jobs:
with:
node-version: '16'
- run: |
./mvnw clean package -Pnative
./mvnw clean package -Pnativex
- uses: actions/upload-artifact@v2
with:
name: spring-shell-samples-${{ matrix.nickname }}