diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09e06968b..6d1f8a6a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -557,7 +557,8 @@ jobs: rm: true files: | **/*.xz - **/*.jar + **/*linux*.jar + **/*win*.jar **/photonlib*.json **/photonlib*.zip if: github.event_name == 'push' diff --git a/docs/source/docs/contributing/building-photon.md b/docs/source/docs/contributing/building-photon.md index 10da7f643..4b99ec052 100644 --- a/docs/source/docs/contributing/building-photon.md +++ b/docs/source/docs/contributing/building-photon.md @@ -283,3 +283,9 @@ Using the [GitHub CLI](https://cli.github.com/), we can download artifacts from ``` ~/photonvision$ gh run download 11759699679 -n jar-Linux ``` + +#### MacOS Builds + +MacOS builds are not published to releases as MacOS is not an officially +supported platform. However, MacOS builds are still available from the MacOS +build action, which can be found [here](https://github.com/PhotonVision/photonvision/actions/workflows/build.yml).