Fix Workflow file

This commit is contained in:
Victor Tran 2021-05-02 22:25:02 +10:00
parent c4369c1b17
commit 4b57e3d351

View file

@ -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