mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
Merge branch 'main' of https://github.com/geode-sdk/geode
This commit is contained in:
commit
fb3f16028f
1 changed files with 11 additions and 8 deletions
19
.github/workflows/build.yml
vendored
19
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue