Исправлен workflow - 7 для сборки и релиза
Some checks failed
Release Build / release (push) Failing after 50s

This commit is contained in:
2025-07-27 13:33:06 +06:00
parent c8e8b45099
commit 07a49d6cd4

View File

@@ -7,6 +7,8 @@ on:
jobs:
release:
runs-on: ubuntu-latest
container:
image: golang:1.21-alpine
steps:
- name: Checkout repository
run: |
@@ -14,6 +16,10 @@ jobs:
cd hello_gitea
git checkout ${{ github.ref }}
- name: Setup Go
run: |
go version
- name: Build
run: |
cd hello_gitea