Skip to content

Commit ad3f017

Browse files
committed
workflows
1 parent 90c453d commit ad3f017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: sbt '++ ${{ matrix.scala }}' test
5555

5656
- name: Compress target directories
57-
run: tar cf targets.tar target app/.jvm/target app/.native/target project/target
57+
run: tar cf targets.tar app/.jvm/target target app/.native/target smithy-models/.native/target smithy-models/.jvm/target project/target
5858

5959
- name: Upload target directories
6060
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)