Skip to content

Commit

Permalink
The zip action doesn't support lists apparently??
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 authored Aug 1, 2023
1 parent 9875156 commit c643dfa
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c643dfa

Please sign in to comment.