From 5e151f5d9ebbae9d56981af8b50eb2ccb89c5014 Mon Sep 17 00:00:00 2001 From: Colin McFadden Date: Mon, 18 Nov 2024 13:34:31 +0100 Subject: [PATCH] one more change --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f72f55a..5329b50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,7 +94,7 @@ jobs: uses: actions/upload-artifact@v4 with: path: dist/${{matrix.OUT_FILE_NAME}} - name: LinearStitch ${{ matrix.os }} binary.zip + name: LinearStitch ${{ matrix.os }} binary release: needs: [build] runs-on: ubuntu-20.04 @@ -110,5 +110,5 @@ jobs: if: github.ref == 'refs/heads/master' run: | gh api repos/${GITHUB_REPOSITORY}/releases/tags/latest | jq -r '.assets[] | [.url] | @tsv' | xargs -n 1 gh api -X DELETE || true - gh release upload --repo ${GITHUB_REPOSITORY} --clobber latest "LinearStitch windows-latest binary.zip" - gh release upload --repo ${GITHUB_REPOSITORY} --clobber latest "LinearStitch macos-13-xlarge binary.zip" \ No newline at end of file + gh release upload --repo ${GITHUB_REPOSITORY} --clobber latest "LinearStitch windows-latest binary" + gh release upload --repo ${GITHUB_REPOSITORY} --clobber latest "LinearStitch macos-13-xlarge binary" \ No newline at end of file