diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2f33683..428d084 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,7 +22,7 @@ jobs: stable: 'false' - name: Build - run: go build -v -o "vscode-winsta11er-$(matrix.goarch).exe" + run: go build -v -o "vscode-winsta11er-$MATRIX_GOARCH.exe" - uses: "marvinpinto/action-automatic-releases@latest" with: