From c3ef7e5b5565b01dbe6ddf9151ba8fcf23ba0093 Mon Sep 17 00:00:00 2001 From: cutecutecat Date: Mon, 4 Mar 2024 18:23:31 +0800 Subject: [PATCH] fix: revert old release deb name (#406) Signed-off-by: cutecutecat --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31d0874be..2b1de48de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: GH_TOKEN: ${{ github.token }} run: | gh release upload --clobber ${{ github.event.inputs.tag }} ./build/vectors-pg${{ matrix.version }}_${{ matrix.arch }}-unknown-linux-gnu_${{ github.event.inputs.version }}.zip - gh release upload --clobber ${{ github.event.inputs.tag }} ./build/vectors-pg${{ matrix.version }}_${{ github.event.inputs.version }}-1_${{ matrix.platform }}.deb + gh release upload --clobber ${{ github.event.inputs.tag }} ./build/vectors-pg${{ matrix.version }}_${{ github.event.inputs.version }}_${{ matrix.platform }}.deb docker_binary_release: needs: ["binary", "semver"] strategy: