Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
majk-p committed Jun 8, 2021
1 parent e906f5a commit 4be5d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- run: sbt --client '++${{ matrix.scala }}; test; missinglinkCheck'

- name: Compress target directories
run: tar cf targets.tar target gitlab/target core/target project/target
run: tar cf targets.tar target gitlab/target bootstrap/target core/target project/target

- name: Upload target directories
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 4be5d69

Please sign in to comment.