-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #418 from lorandszakacs/prepare_release_1.2.2
Prepare release 1.2.2
- Loading branch information
Showing
4 changed files
with
31 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
strategy: | ||
matrix: | ||
os: [ubuntu-latest] | ||
scala: [2.13.5, 2.12.13, 3.0.0-RC2, 3.0.0-RC1] | ||
scala: [2.13.5, 2.12.13, 3.0.0-RC1, 3.0.0-RC2] | ||
java: [[email protected], [email protected]] | ||
runs-on: ${{ matrix.os }} | ||
steps: | ||
|
@@ -123,22 +123,22 @@ jobs: | |
tar xf targets.tar | ||
rm targets.tar | ||
- name: Download target directories (3.0.0-RC2) | ||
- name: Download target directories (3.0.0-RC1) | ||
uses: actions/download-artifact@v2 | ||
with: | ||
name: target-${{ matrix.os }}-3.0.0-RC2-${{ matrix.java }} | ||
name: target-${{ matrix.os }}-3.0.0-RC1-${{ matrix.java }} | ||
|
||
- name: Inflate target directories (3.0.0-RC2) | ||
- name: Inflate target directories (3.0.0-RC1) | ||
run: | | ||
tar xf targets.tar | ||
rm targets.tar | ||
- name: Download target directories (3.0.0-RC1) | ||
- name: Download target directories (3.0.0-RC2) | ||
uses: actions/download-artifact@v2 | ||
with: | ||
name: target-${{ matrix.os }}-3.0.0-RC1-${{ matrix.java }} | ||
name: target-${{ matrix.os }}-3.0.0-RC2-${{ matrix.java }} | ||
|
||
- name: Inflate target directories (3.0.0-RC1) | ||
- name: Inflate target directories (3.0.0-RC2) | ||
run: | | ||
tar xf targets.tar | ||
rm targets.tar | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters