github actions: another attempt at zipping on macos

This commit is contained in:
barbudreadmon 2022-01-10 20:16:01 +01:00
parent 2d2b9805d4
commit 6d57ddd175
1 changed files with 2 additions and 5 deletions

View File

@ -107,11 +107,8 @@ jobs:
path: "projectfiles/xcode/build/Debug/FinalBurn Neo.app"
- name: Build release assets
uses: papeloto/action-zip@v1
with:
files: "projectfiles/xcode/build/Debug/FinalBurn Neo.app" src/license.txt fbahelpfilesrc/fbneo.chm whatsnew.html
recursive: false
dest: macOS.zip
run: |
zip --junk-paths macOS.zip projectfiles/xcode/build/Debug/FinalBurn\ Neo.app src/license.txt fbahelpfilesrc/fbneo.chm whatsnew.html
- name: Upload release assets
uses: actions/upload-release-asset@v1