summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorruki <[email protected]>2022-01-26 00:56:37 +0800
committerruki <[email protected]>2022-01-26 00:56:37 +0800
commit286772431f121a0509175689a82b19bd96cd528a (patch)
treed95817d267cd83b035e8c5a59805710396550361 /.github/workflows
parentb2853ef67333400dc03b93ee16b5993163533443 (diff)
update ci
Diffstat (limited to '.github/workflows')
-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