This commit is contained in:
altalk23 2023-12-23 18:02:20 +03:00
commit fb3f16028f

View file

@ -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