Skip to content

Commit

Permalink
Chore: Build macos now (and upload to App Store)
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Dec 14, 2024
1 parent 9f4f830 commit a4023e1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ on:
# Enable manual run
workflow_dispatch:
push:
tags:
- '**'
branches:
- '**'
paths:
- .github/workflows/macos.yml

jobs:
build-macos:
Expand Down Expand Up @@ -122,5 +116,4 @@ jobs:
path: build/macos/Build/Products/Release/${{ steps.compress.outputs.zipName }}

- name: Publish to App Store
if: ${{ startsWith(github.ref, 'refs/tags/') }}
run: app-store-connect publish --path ${{ steps.package.outputs.PACKAGE_NAME }}

0 comments on commit a4023e1

Please sign in to comment.