We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c453d commit ad3f017Copy full SHA for ad3f017
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
run: sbt '++ ${{ matrix.scala }}' test
55
56
- name: Compress target directories
57
- run: tar cf targets.tar target app/.jvm/target app/.native/target project/target
+ run: tar cf targets.tar app/.jvm/target target app/.native/target smithy-models/.native/target smithy-models/.jvm/target project/target
58
59
- name: Upload target directories
60
uses: actions/upload-artifact@v4
0 commit comments