We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4c964 commit 3b1bd90Copy full SHA for 3b1bd90
1 file changed
.github/workflows/build.yml
@@ -425,12 +425,13 @@ jobs:
425
matrix:
426
include:
427
- os: ubuntu-24.04
428
- artifact-name: jar-Linux
+ artifact-name: photonvision-*-linuxx64.jar
429
extraOpts: -Djdk.lang.Process.launchMechanism=vfork
430
- os: windows-latest
431
- artifact-name: jar-Win64
+ artifact-name: photonvision-*-winx64.jar
432
- os: macos-latest
433
- artifact-name: jar-macOS
+ artifact-name: photonvision-*-macarm64.jar
434
+
435
436
runs-on: ${{ matrix.os }}
437
0 commit comments