Skip to content

Commit 0b04f22

Browse files
authored
Update to 2023 publish (#2)
1 parent 342a2a6 commit 0b04f22

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build-linux:
77
name: "Build - Linux"
88
runs-on: ubuntu-latest
9-
container: wpilib/ubuntu-base:18.04
9+
container: wpilib/ubuntu-base:20.04
1010
steps:
1111
- uses: actions/checkout@v2
1212
with:
@@ -28,11 +28,8 @@ jobs:
2828
- artifact-name: Win64
2929
architecture: x64
3030
vc: vcvars64.bat
31-
- artifact-name: Win32
32-
architecture: x86
33-
vc: vcvars32.bat
3431
name: "Build - ${{ matrix.artifact-name }}"
35-
runs-on: windows-latest
32+
runs-on: windows-2019
3633
steps:
3734
- uses: actions/checkout@v2
3835
with:
@@ -109,4 +106,4 @@ jobs:
109106
- uses: actions/upload-artifact@v2
110107
with:
111108
name: Maven
112-
path: ~/releases
109+
path: ~/releases

publish.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ def openssl_license_file = file("openssl/LICENSE.txt")
55

66
// Define names for publishing.
77
def base_artifact_id = "libssh"
8-
def artifact_group_id = "edu.wpi.first.thirdparty.frc2022"
8+
def artifact_group_id = "edu.wpi.first.thirdparty.frc2023"
99

1010
// Define names for archives.
11-
def zip_base_name = "_GROUP_edu_wpi_first_thirdparty_frc2022_ID_libssh_CLS"
11+
def zip_base_name = "_GROUP_edu_wpi_first_thirdparty_frc2023_ID_libssh_CLS"
1212

1313
// Generate version number.
1414
def version_file = file("$outputs_dir/version.txt")

0 commit comments

Comments
 (0)