From 31bb5be2acaaea91d47a4c2013a808ac9646f1d0 Mon Sep 17 00:00:00 2001 From: Kasey Rodgers Date: Thu, 3 Nov 2022 13:57:16 -0700 Subject: [PATCH] remove name in bundle workflow --- .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 7fd73e59d..c0902861a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -171,7 +171,7 @@ jobs: steps: - uses: actions/download-artifact@v3 with: - name: ${{ matrix.goos }}-${{ matrix.goarch }} Download + name: path: ./build/${{ matrix.goos }}-${{ matrix.goarch }}/ - name: Display structure of downloaded files run: ls -R