Add macOS CI

This commit is contained in:
kramo
2024-07-10 15:26:17 +02:00
parent 823641d909
commit eff60d5990
3 changed files with 53 additions and 13 deletions

View File

@@ -1,8 +1,7 @@
name: Publish Release
on:
push:
tags:
"*"
tags: "*"
concurrency:
group: release-${{ github.sha }}
@@ -41,7 +40,9 @@ jobs:
- name: Publish release
uses: softprops/action-gh-release@v2.0.6
with:
files: Windows Installer/Cartridges Setup.exe
files: |
Windows Installer/Cartridges Windows.exe
macOS Application/Cartridges macOS.zip
fail_on_unmatched_files: true
tag_name: ${{ steps.get_tag_name.outputs.tag_name }}
body_path: release_notes