summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/macos.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 842e69e0a..fbdb5f9ff 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -68,8 +68,8 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
- file: artifacts/xmake.tar.gz
- asset_name: xmake-master.tar.gz
+ file: artifacts/xmake.zip
+ asset_name: xmake-master.zip
tag: ${{ steps.previoustag.outputs.tag }}
overwrite: true