From f502013aaafd6431e53cefc609939c9ebe9cd9bf Mon Sep 17 00:00:00 2001 From: Fareez Iqmal <60868965+iqfareez@users.noreply.github.com> Date: Sat, 26 Aug 2023 22:28:22 +0800 Subject: [PATCH] :green_heart: Fix CI appdmg --- .github/workflows/build_macos_dmg.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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