Skip to content

Commit

Permalink
zip the stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
laamaa committed Mar 11, 2022
1 parent e07f0b4 commit f75d232
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
- name: 'Build package'
run: |
make
chmod 755 m8c
cd macos/m8c.app/Contents/
mkdir MacOS
cd MacOS
Expand All @@ -145,14 +146,10 @@ jobs:
install_name_tool -change /usr/local/opt/sdl2/lib/libSDL2-2.0.0.dylib @executable_path/libSDL2-2.0.0.dylib m8c
cd ../../../../
cp -r macos/m8c.app .
zip -r m8c.zip m8c.app LICENSE README.md AUDIOGUIDE.md config.ini.sample gamecontrollerdb.txt
- name: 'Upload artifact'
uses: actions/upload-artifact@v2
with:
name: m8c-${{ steps.date.outputs.date }}-macos
path: |
m8c.app
LICENSE
README.md
AUDIOGUIDE.md
config.ini.sample
gamecontrollerdb.txt
path: m8c.zip

0 comments on commit f75d232

Please sign in to comment.