mirror of
https://github.com/geode-sdk/geode.git
synced 2025-05-31 23:43:55 -04:00
include resources in releases
This commit is contained in:
parent
4457ef1b62
commit
29444b92f8
1 changed files with 12 additions and 5 deletions
17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
|
@ -128,21 +128,28 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}
|
path: ${{ github.workspace }}
|
||||||
|
|
||||||
- name: Move Installers
|
- name: Move Files
|
||||||
run: |
|
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
|
mv geode-installer-win/geode-installer-win.exe geode-installer-${{ steps.ref.outputs.hash }}-win.exe
|
||||||
|
mkdir -p geode-mac/geode/resources/geode.loader
|
||||||
|
mkdir -p geode-win/geode/resources/geode.loader
|
||||||
|
mv geode-mac/resources geode-mac/geode/resources/geode.loader
|
||||||
|
mv geode-win/resources geode-win/geode/resources/geode.loader
|
||||||
|
rm geode-mac/libfmod.lib
|
||||||
|
|
||||||
- name: Zip MacOS Artifacts
|
- name: Zip MacOS Artifacts
|
||||||
uses: vimtor/action-zip@v1
|
uses: vimtor/action-zip@v1.1
|
||||||
with:
|
with:
|
||||||
files: geode-mac/Geode.dylib geode-mac/GeodeBootstrapper.dylib
|
files: geode-mac/
|
||||||
|
recursive: false
|
||||||
dest: geode-${{ steps.ref.outputs.hash }}-mac.zip
|
dest: geode-${{ steps.ref.outputs.hash }}-mac.zip
|
||||||
|
|
||||||
- name: Zip Windows Artifacts
|
- name: Zip Windows Artifacts
|
||||||
uses: vimtor/action-zip@v1
|
uses: vimtor/action-zip@v1.1
|
||||||
with:
|
with:
|
||||||
files: geode-win/XInput9_1_0.dll geode-win/Geode.dll geode-win/GeodeUpdater.exe geode-win/Geode.lib
|
files: geode-win/
|
||||||
|
recursive: false
|
||||||
dest: geode-${{ steps.ref.outputs.hash }}-win.zip
|
dest: geode-${{ steps.ref.outputs.hash }}-win.zip
|
||||||
|
|
||||||
- name: Update Nightly Release
|
- name: Update Nightly Release
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue