diff options
| -rw-r--r-- | .github/workflows/macos.yml | 11 |
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] |
