Explorar o código

Fix release url on cli

Jonathan Kelley hai 1 ano
pai
achega
b499ebe5bd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/publish.yml

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

@@ -88,7 +88,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-${{ env.RELEASE_TAG }}
+          archive: $bin-$target
           checksum: sha256
           checksum: sha256
           manifest_path: packages/cli/Cargo.toml
           manifest_path: packages/cli/Cargo.toml
           ref: refs/tags/${{ env.RELEASE_TAG }}
           ref: refs/tags/${{ env.RELEASE_TAG }}