Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

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 a4d0d31 commit b74aab9
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 @@ -55,7 +55,7 @@ jobs:
run: sbt ++${{ matrix.scala }} test

- 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 b74aab9

Please sign in to comment.