mirror of
https://github.com/Royce551/FRESHMusicPlayer.git
synced 2025-01-22 10:51:52 -05:00
Fix Workflow file
This commit is contained in:
parent
c4369c1b17
commit
4b57e3d351
1 changed files with 3 additions and 0 deletions
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
|
@ -16,6 +16,9 @@ jobs:
|
|||
- name: "Install Dependencies"
|
||||
run: |
|
||||
npm install -g appdmg
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
- name: "Build Project"
|
||||
run: ./build-macos.sh
|
||||
working-directory: Distribution
|
||||
|
|
Loading…
Reference in a new issue