Ensure s101 Runs After Assemble

Issue gh-16482
This commit is contained in:
Josh Cummings 2025-01-24 11:31:22 -07:00
parent d6b295ba2c
commit 43a2fbf5ad
No known key found for this signature in database
GPG Key ID: 869B37A20E876129
1 changed files with 1 additions and 1 deletions

View File

@ -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 ]