Apparently release action requires golang
Some checks failed
Building and releasing LASP (master branch) / Build-Test-Ubuntu (push) Successful in 2m43s
Building and releasing LASP (master branch) / Release-Ubuntu (push) Failing after 32s

This commit is contained in:
Anne de Jong 2023-10-11 18:14:32 +02:00
parent abbb3fee2c
commit 44c3782b46

View File

@ -36,6 +36,8 @@ jobs:
name: build_files name: build_files
path: dist path: dist
- name: Apparently Golang is required
uses: actions/setup-go@v4
- name: Release - name: Release
uses: https://gitea.com/actions/release-action@main uses: https://gitea.com/actions/release-action@main
with: with: