Skip to content

Commit

Permalink
💚 Fix CI appdmg
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfareez authored Aug 26, 2023
1 parent 8904783 commit f502013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_macos_dmg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Build MacOS (.dmg)

"on":
push:
workflow_dispatch:
inputs:
flutterChannel:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f502013

Please sign in to comment.