浏览代码

Fix binstal extra v

Jonathan Kelley 1 年之前
父节点
当前提交
e3ce9e235a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/publish.yml

+ 1 - 1
.github/workflows/publish.yml

@@ -94,7 +94,7 @@ jobs:
           bin: dx
           bin: dx
           token: ${{ secrets.GITHUB_TOKEN }}
           token: ${{ secrets.GITHUB_TOKEN }}
           target: ${{ matrix.platform.target }}
           target: ${{ matrix.platform.target }}
-          archive: $bin-$target-v${{ env.RELEASE_TAG }}
+          archive: $bin-$target-${{ env.RELEASE_TAG }}
           checksum: sha256
           checksum: sha256
           manifest_path: packages/cli/Cargo.toml
           manifest_path: packages/cli/Cargo.toml
           ref: refs/tags/${{ env.RELEASE_POST }}
           ref: refs/tags/${{ env.RELEASE_POST }}