Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/geode-sdk/geode
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Dec 23, 2023
2 parents 78ca51f + 8eeb89d commit fb3f160
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit fb3f160

Please sign in to comment.