From 5b697487639ea0b339490830bef448cd3a05a0d8 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Fri, 17 May 2024 23:16:51 +0900 Subject: [PATCH] fix artifact name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 787b7f7..c85d41a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,7 +85,7 @@ jobs: uses: actions/upload-artifact@v4 with: path: ./dist/tintd*.vsix - name: tintd-${{ matrix.artifact }}.vsix + name: tintd-${{ matrix.config.artifact }}.vsix overwrite: true - name: Release