From 8eeb89db2bf78c5ef2d273835993385de060a4df Mon Sep 17 00:00:00 2001 From: mat <26722564+matcool@users.noreply.github.com> Date: Sat, 23 Dec 2023 11:52:43 -0300 Subject: [PATCH] remove mac from publish --- .github/workflows/build.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 053ca6890..05c0e31d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -165,14 +165,14 @@ jobs: - name: Move Installers run: | - mv geode-installer-mac/geode-installer-mac.pkg geode-installer-${{ steps.ref.outputs.hash }}-mac.pkg + # mv geode-installer-mac/geode-installer-mac.pkg geode-installer-${{ steps.ref.outputs.hash }}-mac.pkg mv geode-installer-win/geode-installer-win.exe geode-installer-${{ steps.ref.outputs.hash }}-win.exe - - name: Zip MacOS Artifacts - uses: vimtor/action-zip@v1.1 - with: - files: geode-mac/Geode.dylib geode-mac/GeodeBootstrapper.dylib - dest: geode-${{ steps.ref.outputs.hash }}-mac.zip + #- name: Zip MacOS Artifacts + # uses: vimtor/action-zip@v1.1 + # with: + # files: geode-mac/Geode.dylib geode-mac/GeodeBootstrapper.dylib + # dest: geode-${{ steps.ref.outputs.hash }}-mac.zip - name: Zip Windows Artifacts uses: vimtor/action-zip@v1.1 @@ -202,9 +202,12 @@ jobs: body: | Geode development release for commit ${{ github.sha }}. Since this is not a regular release, Geode will not install the resources automatically, so you should use the installer if you want them. files: | - ./geode-installer-${{ steps.ref.outputs.hash }}-mac.pkg ./geode-installer-${{ steps.ref.outputs.hash }}-win.exe - ./geode-${{ steps.ref.outputs.hash }}-mac.zip ./geode-${{ steps.ref.outputs.hash }}-win.zip ./geode-${{ steps.ref.outputs.hash }}-android.zip ./resources.zip + + # TODO: add these back: + # ./geode-installer-${{ steps.ref.outputs.hash }}-mac.pkg + # ./geode-${{ steps.ref.outputs.hash }}-mac.zip + # or maybe just glob them in the future