Browse Source

Merge branch '6.3.x' into 6.4.x

pull/16523/head
Josh Cummings 11 months ago
parent
commit
47fc2bff95
No known key found for this signature in database
GPG Key ID: 869B37A20E876129
  1. 2
      .github/workflows/continuous-integration-workflow.yml

2
.github/workflows/continuous-integration-workflow.yml

@ -79,7 +79,7 @@ jobs: @@ -79,7 +79,7 @@ jobs:
env:
STRUCTURE101_LICENSEID: ${{ secrets.STRUCTURE101_LICENSEID }}
run: |
./gradlew assemble s101 -Ps101.licenseId="$STRUCTURE101_LICENSEID" --stacktrace
./gradlew assemble && ./gradlew s101 -Ps101.licenseId="$STRUCTURE101_LICENSEID" --stacktrace
deploy-artifacts:
name: Deploy Artifacts
needs: [ build, test, check-samples, check-tangles ]

Loading…
Cancel
Save