File tree 1 file changed +0
-49
lines changed
1 file changed +0
-49
lines changed Original file line number Diff line number Diff line change 42
42
43
43
- run : sbt -J-Xmx2G '++ ${{ matrix.scala }}' test
44
44
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
-
54
45
publish :
55
46
name : Publish Artifacts
56
47
needs : [build]
73
64
java-version : 17
74
65
cache : sbt
75
66
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
-
116
67
- env :
117
68
CI_SNAPSHOT_RELEASE : +publishSigned
118
69
PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments