Merge branch '6.4.x'
This commit is contained in:
commit
6707b06fcc
|
@ -79,7 +79,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
STRUCTURE101_LICENSEID: ${{ secrets.STRUCTURE101_LICENSEID }}
|
STRUCTURE101_LICENSEID: ${{ secrets.STRUCTURE101_LICENSEID }}
|
||||||
run: |
|
run: |
|
||||||
./gradlew assemble s101 -Ps101.licenseId="$STRUCTURE101_LICENSEID" --stacktrace
|
./gradlew assemble && ./gradlew s101 -Ps101.licenseId="$STRUCTURE101_LICENSEID" --stacktrace
|
||||||
deploy-artifacts:
|
deploy-artifacts:
|
||||||
name: Deploy Artifacts
|
name: Deploy Artifacts
|
||||||
needs: [ build, test, check-samples, check-tangles ]
|
needs: [ build, test, check-samples, check-tangles ]
|
||||||
|
|
Loading…
Reference in New Issue