Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Jul 9, 2023
1 parent e911226 commit 1698716
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,15 @@ jobs:
directory: 'out/'
path: '*'

- name: Make Artifact of ZIP
uses: actions/upload-artifact@v3
with:
name: release-osx
path: |
out/inochi-session-macOS.zip
version.txt
retention-days: 1

- name: 'Build DMG'
run: |
./build-aux/osx/gendmg.sh
Expand Down

0 comments on commit 1698716

Please sign in to comment.