Skip to content

Commit

Permalink
Fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Oct 19, 2024
1 parent e564be0 commit 55df2b8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -911,167 +911,167 @@ jobs:
- name: Download stored core targets
uses: actions/download-artifact@v4
with:
name: target-core-ubuntu-latest-2.13.14-temurin@11
name: target-core-ubuntu-latest-2.13.14-[email protected]
- name: Inflate core targets
run: |-
tar xvf targets.tar
rm targets.tar
- name: Download stored clients-0 targets
uses: actions/download-artifact@v4
with:
name: target-clients-0-ubuntu-latest-2.13.14-temurin@11
name: target-clients-0-ubuntu-latest-2.13.14-[email protected]
- name: Inflate clients-0 targets
run: |-
tar xvf targets.tar
rm targets.tar
- name: Download stored clients-1 targets
uses: actions/download-artifact@v4
with:
name: target-clients-1-ubuntu-latest-2.13.14-temurin@11
name: target-clients-1-ubuntu-latest-2.13.14-[email protected]
- name: Inflate clients-1 targets
run: |-
tar xvf targets.tar
rm targets.tar
- name: Download stored clients-2 targets
uses: actions/download-artifact@v4
with:
name: target-clients-2-ubuntu-latest-2.13.14-temurin@11
name: target-clients-2-ubuntu-latest-2.13.14-[email protected]
- name: Inflate clients-2 targets
run: |-
tar xvf targets.tar
rm targets.tar
- name: Download stored clients-3 targets
uses: actions/download-artifact@v4
with:
name: target-clients-3-ubuntu-latest-2.13.14-temurin@11
name: target-clients-3-ubuntu-latest-2.13.14-[email protected]
- name: Inflate clients-3 targets
run: |-
tar xvf targets.tar
rm targets.tar
- name: Download stored clients-4 targets
uses: actions/download-artifact@v4
with:
name: target-clients-4-ubuntu-latest-2.13.14-temurin@11
name: target-clients-4-ubuntu-latest-2.13.14-[email protected]
- name: Inflate clients-4 targets
run: |-
tar xvf targets.tar
rm targets.tar
- name: Download stored clients-5 targets
uses: actions/download-artifact@v4
with:
name: target-clients-5-ubuntu-latest-2.13.14-temurin@11
name: target-clients-5-ubuntu-latest-2.13.14-[email protected]
- name: Inflate clients-5 targets
run: |-
tar xvf targets.tar
rm targets.tar
- name: Download stored core targets
uses: actions/download-artifact@v4
with:
name: target-core-ubuntu-latest-2.12.19-temurin@11
name: target-core-ubuntu-latest-2.12.19-[email protected]
- name: Inflate core targets
run: |-
tar xvf targets.tar
rm targets.tar
- name: Download stored clients-0 targets
uses: actions/download-artifact@v4
with:
name: target-clients-0-ubuntu-latest-2.12.19-temurin@11
name: target-clients-0-ubuntu-latest-2.12.19-[email protected]
- name: Inflate clients-0 targets
run: |-
tar xvf targets.tar
rm targets.tar
- name: Download stored clients-1 targets
uses: actions/download-artifact@v4
with:
name: target-clients-1-ubuntu-latest-2.12.19-temurin@11
name: target-clients-1-ubuntu-latest-2.12.19-[email protected]
- name: Inflate clients-1 targets
run: |-
tar xvf targets.tar
rm targets.tar
- name: Download stored clients-2 targets
uses: actions/download-artifact@v4
with:
name: target-clients-2-ubuntu-latest-2.12.19-temurin@11
name: target-clients-2-ubuntu-latest-2.12.19-[email protected]
- name: Inflate clients-2 targets
run: |-
tar xvf targets.tar
rm targets.tar
- name: Download stored clients-3 targets
uses: actions/download-artifact@v4
with:
name: target-clients-3-ubuntu-latest-2.12.19-temurin@11
name: target-clients-3-ubuntu-latest-2.12.19-[email protected]
- name: Inflate clients-3 targets
run: |-
tar xvf targets.tar
rm targets.tar
- name: Download stored clients-4 targets
uses: actions/download-artifact@v4
with:
name: target-clients-4-ubuntu-latest-2.12.19-temurin@11
name: target-clients-4-ubuntu-latest-2.12.19-[email protected]
- name: Inflate clients-4 targets
run: |-
tar xvf targets.tar
rm targets.tar
- name: Download stored clients-5 targets
uses: actions/download-artifact@v4
with:
name: target-clients-5-ubuntu-latest-2.12.19-temurin@11
name: target-clients-5-ubuntu-latest-2.12.19-[email protected]
- name: Inflate clients-5 targets
run: |-
tar xvf targets.tar
rm targets.tar
- name: Download stored core targets
uses: actions/download-artifact@v4
with:
name: target-core-ubuntu-latest-3.3.3-temurin@11
name: target-core-ubuntu-latest-3.3.3-[email protected]
- name: Inflate core targets
run: |-
tar xvf targets.tar
rm targets.tar
- name: Download stored clients-0 targets
uses: actions/download-artifact@v4
with:
name: target-clients-0-ubuntu-latest-3.3.3-temurin@11
name: target-clients-0-ubuntu-latest-3.3.3-[email protected]
- name: Inflate clients-0 targets
run: |-
tar xvf targets.tar
rm targets.tar
- name: Download stored clients-1 targets
uses: actions/download-artifact@v4
with:
name: target-clients-1-ubuntu-latest-3.3.3-temurin@11
name: target-clients-1-ubuntu-latest-3.3.3-[email protected]
- name: Inflate clients-1 targets
run: |-
tar xvf targets.tar
rm targets.tar
- name: Download stored clients-2 targets
uses: actions/download-artifact@v4
with:
name: target-clients-2-ubuntu-latest-3.3.3-temurin@11
name: target-clients-2-ubuntu-latest-3.3.3-[email protected]
- name: Inflate clients-2 targets
run: |-
tar xvf targets.tar
rm targets.tar
- name: Download stored clients-3 targets
uses: actions/download-artifact@v4
with:
name: target-clients-3-ubuntu-latest-3.3.3-temurin@11
name: target-clients-3-ubuntu-latest-3.3.3-[email protected]
- name: Inflate clients-3 targets
run: |-
tar xvf targets.tar
rm targets.tar
- name: Download stored clients-4 targets
uses: actions/download-artifact@v4
with:
name: target-clients-4-ubuntu-latest-3.3.3-temurin@11
name: target-clients-4-ubuntu-latest-3.3.3-[email protected]
- name: Inflate clients-4 targets
run: |-
tar xvf targets.tar
rm targets.tar
- name: Download stored clients-5 targets
uses: actions/download-artifact@v4
with:
name: target-clients-5-ubuntu-latest-3.3.3-temurin@11
name: target-clients-5-ubuntu-latest-3.3.3-[email protected]
- name: Inflate clients-5 targets
run: |-
tar xvf targets.tar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,19 +242,19 @@ trait GithubActionsGenerator {
"core" :: grouped.indices.map(idx => s"clients-$idx").toList,
os = Some(OS.UbuntuLatest),
scalaVersion = Some(scala213),
javaVersion = Some(JavaVersion.TemurinJDK11)
javaVersion = Some(JavaVersion.ZuluJDK17)
),
loadStoredTargets(
"core" :: grouped.indices.map(idx => s"clients-$idx").toList,
os = Some(OS.UbuntuLatest),
scalaVersion = Some(scala212),
javaVersion = Some(JavaVersion.TemurinJDK11)
javaVersion = Some(JavaVersion.ZuluJDK17)
),
loadStoredTargets(
"core" :: grouped.indices.map(idx => s"clients-$idx").toList,
os = Some(OS.UbuntuLatest),
scalaVersion = Some(scala3),
javaVersion = Some(JavaVersion.TemurinJDK11)
javaVersion = Some(JavaVersion.ZuluJDK17)
),
runSBT(
"Publish artifacts",
Expand Down

0 comments on commit 55df2b8

Please sign in to comment.