1
0
Fork 0
mirror of https://code.forgejo.org/actions/go-versions synced 2025-06-08 11:38:22 +02:00

fixed build-go-packages

This commit is contained in:
Nikita Bykov 2020-08-21 16:52:27 +03:00
parent 68a3a5f196
commit d7cde8ccbd

View file

@ -32,7 +32,7 @@ jobs:
- name: Build Go ${{ env.VERSION }}
run: |
./builders/build-node.ps1 -Version $env:VERSION `
./builders/build-go.ps1 -Version $env:VERSION `
-Platform ${{ matrix.platform }} `
-Architecture $env:ARCHITECTURE
shell: pwsh