The zip action doesn't support lists apparently??

This commit is contained in:
alk 2023-08-01 19:22:56 +03:00 committed by GitHub
parent 9875156923
commit c643dfa494
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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