File tree Expand file tree Collapse file tree 2 files changed +1
-39
lines changed Expand file tree Collapse file tree 2 files changed +1
-39
lines changed Original file line number Diff line number Diff line change 68
68
69
69
- run : sbt ++${{ matrix.scala }} '${{ matrix.ci }}'
70
70
71
- - name : Compress target directories
72
- run : tar cf targets.tar target root/target core/target webworker/target project/target
73
-
74
- - name : Upload target directories
75
- uses : actions/upload-artifact@v2
76
- with :
77
- name : target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
78
- path : targets.tar
79
-
80
71
publish :
81
72
name : Publish Artifacts
82
73
needs : [build]
@@ -110,36 +101,6 @@ jobs:
110
101
~/Library/Caches/Coursier/v1
111
102
key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
112
103
113
- - name : Download target directories (2.12.14)
114
- uses : actions/download-artifact@v2
115
- with :
116
- name : target-${{ matrix.os }}-2.12.14-${{ matrix.java }}
117
-
118
- - name : Inflate target directories (2.12.14)
119
- run : |
120
- tar xf targets.tar
121
- rm targets.tar
122
-
123
- - name : Download target directories (2.13.6)
124
- uses : actions/download-artifact@v2
125
- with :
126
- name : target-${{ matrix.os }}-2.13.6-${{ matrix.java }}
127
-
128
- - name : Inflate target directories (2.13.6)
129
- run : |
130
- tar xf targets.tar
131
- rm targets.tar
132
-
133
- - name : Download target directories (3.0.1)
134
- uses : actions/download-artifact@v2
135
- with :
136
- name : target-${{ matrix.os }}-3.0.1-${{ matrix.java }}
137
-
138
- - name : Inflate target directories (3.0.1)
139
- run : |
140
- tar xf targets.tar
141
- rm targets.tar
142
-
143
104
- name : Import signing key
144
105
run : echo $PGP_SECRET | base64 -d | gpg --import
145
106
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ addCommandAlias("ciJSDOMNodeJS", "; set useJSEnv := JSEnv.JSDOMNodeJS; core/test
73
73
enablePlugins(SonatypeCiReleasePlugin )
74
74
75
75
ThisBuild / spiewakMainBranches := Seq (" main" )
76
+ ThisBuild / githubWorkflowArtifactUpload := false
76
77
77
78
// we can remove this once we have a non-password-protected key in the secrets
78
79
ThisBuild / githubWorkflowPublishPreamble +=
You can’t perform that action at this time.
0 commit comments