Skip to content

Commit

Permalink
💚 Fix CI not upload dmg file to assets
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfareez committed Mar 23, 2024
1 parent 373bf99 commit 314dad1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ jobs:
- name: Upload the installer as an artifact
uses: actions/upload-artifact@v3
with:
name: macOS installer DMG
path: "appdmg/IIUMSchedule.dmg"

upload_assets:
Expand All @@ -295,7 +296,7 @@ jobs:
uses: actions/download-artifact@v3

- name: Rename apk
run: curl -s https://gist.githubusercontent.com/iqfareez/f57405016cc8bcc51cdcd2879c88807a/raw/5d9bbed7231a9e56bf24b88ab5286cee73dae173/rename_apk.sh | bash -s IIUMSchedule .
run: curl -s https://gist.githubusercontent.com/iqfareez/f57405016cc8bcc51cdcd2879c88807a/raw/5d9bbed7231a9e56bf24b88ab5286cee73dae173/rename_apk.sh | bash -s IIUMSchedule .

# If the name input parameter is not provided, all artifacts will be downloaded.
# To differentiate between downloaded artifacts, a directory denoted by the
Expand All @@ -308,6 +309,7 @@ jobs:
apks artifact/*.apk
windows installer msix/iium_schedule.msix
windows installer exe/iiumschedulesetup.exe
macOS installer DMG/*.dmg
upload_playstore:
name: Upload aab bundle to Play Store
Expand Down

0 comments on commit 314dad1

Please sign in to comment.