This commit is contained in:
SteVen Batten 2021-08-13 15:54:49 -07:00
Родитель 464d60e459
Коммит f63250810c
1 изменённых файлов: 1 добавлений и 1 удалений

2
.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: