57
57
halPlatformUrl=https://frcmaven.wpi.edu/artifactory/release/edu/wpi/first/hal/hal-cpp/"$halVersion"/hal-cpp-"$halVersion"-${{ matrix.platform-type }}.zip
58
58
utilPlatformUrl=https://frcmaven.wpi.edu/artifactory/release/edu/wpi/first/wpiutil/wpiutil-cpp/"$halVersion"/wpiutil-cpp-"$halVersion"-${{ matrix.platform-type }}.zip
59
59
60
- curl -o halPlatform.zip "$halPlatformUrl"
61
- curl -o utilPlatform.zip "$utilPlatformUrl"
60
+ curl -L - o halPlatform.zip "$halPlatformUrl"
61
+ curl -L - o utilPlatform.zip "$utilPlatformUrl"
62
62
63
63
- name : Unzip WPILib HAL artifacts and headers
64
64
run : |
@@ -128,8 +128,8 @@ jobs:
128
128
halPlatformUrl=https://frcmaven.wpi.edu/artifactory/release/edu/wpi/first/hal/hal-cpp/"$halVersion"/hal-cpp-"$halVersion"-${{ matrix.platform-type }}.zip
129
129
utilPlatformUrl=https://frcmaven.wpi.edu/artifactory/release/edu/wpi/first/wpiutil/wpiutil-cpp/"$halVersion"/wpiutil-cpp-"$halVersion"-${{ matrix.platform-type }}.zip
130
130
131
- curl -o halPlatform.zip "$halPlatformUrl"
132
- curl -o utilPlatform.zip "$utilPlatformUrl"
131
+ curl -L - o halPlatform.zip "$halPlatformUrl"
132
+ curl -L - o utilPlatform.zip "$utilPlatformUrl"
133
133
134
134
- name : Unzip WPILib HAL artifacts and headers
135
135
run : |
@@ -184,8 +184,8 @@ jobs:
184
184
halHeadersUrl=https://frcmaven.wpi.edu/artifactory/release/edu/wpi/first/hal/hal-cpp/"$halVersion"/hal-cpp-"$halVersion"-headers.zip
185
185
utilHeadersUrl=https://frcmaven.wpi.edu/artifactory/release/edu/wpi/first/wpiutil/wpiutil-cpp/"$halVersion"/wpiutil-cpp-"$halVersion"-headers.zip
186
186
187
- curl -o halHeaders.zip "$halHeadersUrl"
188
- curl -o utilHeaders.zip "$utilHeadersUrl"
187
+ curl -L - o halHeaders.zip "$halHeadersUrl"
188
+ curl -L - o utilHeaders.zip "$utilHeadersUrl"
189
189
190
190
- name : Unzip WPILib HAL artifacts and headers
191
191
run : |
@@ -233,4 +233,4 @@ jobs:
233
233
uses : actions/upload-artifact@v4
234
234
with :
235
235
name : version
236
- path : build/allOutputs/version.txt
236
+ path : build/allOutputs/version.txt
0 commit comments