summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-04-06 00:42:25 +0800
committerruki <[email protected]>2023-04-06 00:42:25 +0800
commit41d4741f9cb30a2f1a549b7c169e157a07028dc6 (patch)
treee08939fc7368e0574ac2309910e09b6551ff73a3
parent803bb0e243403cd74d1b8c14994ec2fd41af67a0 (diff)
fix macos ci
-rw-r--r--.github/workflows/macos.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 63a208bb1..00622a2b0 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -86,17 +86,6 @@ jobs:
tag: ${{ steps.previoustag.outputs.tag }}
overwrite: true
- - name: Publish package
- if: github.event.action == 'published'
- uses: actions/[email protected]
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- with:
- upload_url: ${{ github.event.release.upload_url }}
- asset_path: artifacts/xmake.pkg
- asset_name: xmake-${{ steps.tagName.outputs.tag }}.macosx.pkg
- asset_content_type: application/zip
-
- name: Publish gz runfile
if: github.event.action == 'published'
uses: actions/[email protected]