From 41d4741f9cb30a2f1a549b7c169e157a07028dc6 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 6 Apr 2023 00:42:25 +0800 Subject: fix macos ci --- .github/workflows/macos.yml | 11 ----------- 1 file changed, 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/upload-release-asset@v1.0.1 - 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/upload-release-asset@v1.0.1 -- cgit v1.3.1