Skip to content

Commit 1e5c7c5

Browse files
committed
github workflow
1 parent 52e6813 commit 1e5c7c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
scala: [2.13.5, 3.0.0-RC3]
30+
scala: [2.13.5, 3.0.0]
3131
java: [openjdk@1.11.0]
3232
runs-on: ${{ matrix.os }}
3333
steps:
@@ -111,12 +111,12 @@ jobs:
111111
tar xf targets.tar
112112
rm targets.tar
113113
114-
- name: Download target directories (3.0.0-RC3)
114+
- name: Download target directories (3.0.0)
115115
uses: actions/download-artifact@v2
116116
with:
117-
name: target-${{ matrix.os }}-3.0.0-RC3-${{ matrix.java }}
117+
name: target-${{ matrix.os }}-3.0.0-${{ matrix.java }}
118118

119-
- name: Inflate target directories (3.0.0-RC3)
119+
- name: Inflate target directories (3.0.0)
120120
run: |
121121
tar xf targets.tar
122122
rm targets.tar

0 commit comments

Comments
 (0)