From: Debayan Sutradhar Date: Tue, 22 Jun 2021 18:54:40 +0530 Subject: Update build.yml --- Update build.yml Fixed macos paths --- --- 'a/.github/workflows/build.yml' +++ b/.github/workflows/build.yml @@ -124,8 +124,8 @@ jobs: path: src/main/resources/com/stream_pi/server - name: Setup JavaFX run: | - wget -P /tmp https://download2.gluonhq.com/openjfx/17/openjfx-17-ea+12_linux-x64_bin-jmods.zip - unzip /tmp/openjfx-17-ea+12_linux-x64_bin-jmods.zip -d /tmp + wget -P /tmp https://download2.gluonhq.com/openjfx/17/openjfx-17-ea+12_osx-x64_bin-jmods.zip + unzip /tmp/openjfx-17-ea+12_osx-x64_bin-jmods.zip -d /tmp - name: Download built jars uses: dawidd6/action-download-artifact@v2 with: