mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-25 04:11:42 -04:00
The zip action doesn't support lists apparently??
This commit is contained in:
parent
9875156923
commit
c643dfa494
1 changed files with 2 additions and 8 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -152,19 +152,13 @@ jobs:
|
|||
- name: Zip MacOS artifacts
|
||||
uses: vimtor/action-zip@v1
|
||||
with:
|
||||
files: |
|
||||
geode-mac/Geode.dylib
|
||||
geode-mac/GeodeBootstrapper.dylib
|
||||
files: geode-mac/Geode.dylib geode-mac/GeodeBootstrapper.dylib
|
||||
dest: geode-${{ env.SHA_SHORT }}-mac.zip
|
||||
|
||||
- name: Zip Windows artifacts
|
||||
uses: vimtor/action-zip@v1
|
||||
with:
|
||||
files: |
|
||||
geode-win/XInput9_1_0.dll
|
||||
geode-win/Geode.dll
|
||||
geode-win/GeodeUpdater.exe
|
||||
geode-win/Geode.lib
|
||||
files: geode-win/XInput9_1_0.dll geode-win/Geode.dll geode-win/GeodeUpdater.exe geode-win/Geode.lib
|
||||
dest: geode-${{ env.SHA_SHORT }}-win.zip
|
||||
|
||||
- name: Update Nightly Release
|
||||
|
|
Loading…
Add table
Reference in a new issue