From 4e8805a49c64cb74096cb533347f98120ac5956f Mon Sep 17 00:00:00 2001 From: wcampbell Date: Thu, 24 Oct 2024 22:59:13 -0400 Subject: [PATCH] ci: replace another release with dist --- .github/workflows/binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 1e56125..f5c01bc 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -30,7 +30,7 @@ jobs: - name: archive run: | tar -czvf ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz \ - -C target/${{ matrix.targets }}/release/ ${{ matrix.bins }} + -C target/${{ matrix.targets }}/dist/ ${{ matrix.bins }} - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 with: