Skip to content

Commit

Permalink
Update autobuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maotoumao authored Sep 4, 2023
1 parent 998a7f3 commit 380c33b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,19 @@ jobs:
with:
name: windows-legacy-release
path: ./out/MusicFreeSetup.exe

build-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: echo (node -p -e '`VERSION=${require(\"./package.json\").version}`') >> $Env:GITHUB_ENV
- run: npm install
- run: npm run make
- name: Upload Setup
uses: actions/upload-artifact@v3
with:
name: macos-dmg-release
path: ./out/make/MusicFree-${{ env.VERSION }}-arm64.dmg

0 comments on commit 380c33b

Please sign in to comment.