diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18850bc..f6680fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,11 +135,11 @@ jobs: - name: Make target directories if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main') - run: mkdir -p target scala-xml-2/target scala-xml-1/target site/target project/target + run: mkdir -p target scala-xml-2/target site/target project/target - name: Compress target directories if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main') - run: tar cf targets.tar target scala-xml-2/target scala-xml-1/target site/target project/target + run: tar cf targets.tar target scala-xml-2/target site/target project/target - name: Upload target directories if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')