Skip to content

Commit

Permalink
Merge branch '6.3.x' into 6.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jzheaux committed Jan 24, 2025
2 parents f4d2b61 + 43a2fbf commit 47fc2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit 47fc2bf

Please sign in to comment.