Skip to content

Commit c18e240

Browse files
committed
Update ci.yml
1 parent 82c54b0 commit c18e240

File tree

1 file changed

+0
-49
lines changed

1 file changed

+0
-49
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,6 @@ jobs:
4242

4343
- run: sbt -J-Xmx2G '++ ${{ matrix.scala }}' test
4444

45-
- name: Compress target directories
46-
run: tar cf targets.tar target project/target
47-
48-
- name: Upload target directories
49-
uses: actions/upload-artifact@v4
50-
with:
51-
name: target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
52-
path: targets.tar
53-
5445
publish:
5546
name: Publish Artifacts
5647
needs: [build]
@@ -73,46 +64,6 @@ jobs:
7364
java-version: 17
7465
cache: sbt
7566

76-
- name: Download target directories (2.11.12)
77-
uses: actions/download-artifact@v4
78-
with:
79-
name: target-${{ matrix.os }}-2.11.12-${{ matrix.java }}
80-
81-
- name: Inflate target directories (2.11.12)
82-
run: |
83-
tar xf targets.tar
84-
rm targets.tar
85-
86-
- name: Download target directories (2.12.20)
87-
uses: actions/download-artifact@v4
88-
with:
89-
name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
90-
91-
- name: Inflate target directories (2.12.20)
92-
run: |
93-
tar xf targets.tar
94-
rm targets.tar
95-
96-
- name: Download target directories (2.13.15)
97-
uses: actions/download-artifact@v4
98-
with:
99-
name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }}
100-
101-
- name: Inflate target directories (2.13.15)
102-
run: |
103-
tar xf targets.tar
104-
rm targets.tar
105-
106-
- name: Download target directories (3.3.4)
107-
uses: actions/download-artifact@v4
108-
with:
109-
name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }}
110-
111-
- name: Inflate target directories (3.3.4)
112-
run: |
113-
tar xf targets.tar
114-
rm targets.tar
115-
11667
- env:
11768
CI_SNAPSHOT_RELEASE: +publishSigned
11869
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}

0 commit comments

Comments
 (0)