Skip to content

Commit 18d1639

Browse files
committed
Generate workflows
1 parent 66d1d5d commit 18d1639

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,22 +123,22 @@ jobs:
123123
tar xf targets.tar
124124
rm targets.tar
125125
126-
- name: Download target directories (3.0.0-RC2)
126+
- name: Download target directories (3.0.0-RC1)
127127
uses: actions/download-artifact@v2
128128
with:
129-
name: target-${{ matrix.os }}-3.0.0-RC2-${{ matrix.java }}
129+
name: target-${{ matrix.os }}-3.0.0-RC1-${{ matrix.java }}
130130

131-
- name: Inflate target directories (3.0.0-RC2)
131+
- name: Inflate target directories (3.0.0-RC1)
132132
run: |
133133
tar xf targets.tar
134134
rm targets.tar
135135
136-
- name: Download target directories (3.0.0-RC1)
136+
- name: Download target directories (3.0.0-RC2)
137137
uses: actions/download-artifact@v2
138138
with:
139-
name: target-${{ matrix.os }}-3.0.0-RC1-${{ matrix.java }}
139+
name: target-${{ matrix.os }}-3.0.0-RC2-${{ matrix.java }}
140140

141-
- name: Inflate target directories (3.0.0-RC1)
141+
- name: Inflate target directories (3.0.0-RC2)
142142
run: |
143143
tar xf targets.tar
144144
rm targets.tar

0 commit comments

Comments
 (0)