diff --git a/.github/workflows/build_macos_dmg.yml b/.github/workflows/build_macos_dmg.yml index 4f3981b..c35a01e 100644 --- a/.github/workflows/build_macos_dmg.yml +++ b/.github/workflows/build_macos_dmg.yml @@ -2,6 +2,7 @@ name: Build MacOS (.dmg) "on": + push: workflow_dispatch: inputs: flutterChannel: @@ -42,9 +43,8 @@ jobs: npm install -g appdmg - name: Building the installer - working-directory: appdmg run: | - "appdmg config.json ./IIUMSchedule.dmg" + "appdmg appdmg/config.json appdmg/IIUMSchedule.dmg" - name: Upload the installer as an artifact uses: actions/upload-artifact@v3