diff options
| author | ruki <[email protected]> | 2022-01-26 00:56:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-01-26 00:56:37 +0800 |
| commit | 286772431f121a0509175689a82b19bd96cd528a (patch) | |
| tree | d95817d267cd83b035e8c5a59805710396550361 | |
| parent | b2853ef67333400dc03b93ee16b5993163533443 (diff) | |
update ci
| -rw-r--r-- | .github/workflows/macos.yml | 4 |
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 |
