File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ def openssl_license_file = file("openssl/LICENSE.txt")
55
66// Define names for publishing.
77def 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.
1414def version_file = file(" $outputs_dir /version.txt" )
You can’t perform that action at this time.
0 commit comments