proper capitalization
Some checks failed
Build Go Project / build (push) Failing after 6m33s

This commit is contained in:
Salastil
2025-11-16 13:58:37 -05:00
parent f265393ed8
commit b888bf2a58
2 changed files with 17 additions and 17 deletions

View File

@@ -12,18 +12,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.22"
- name: Build
run: |
mkdir -p dist
go build -o dist/Sneedchat-Discord-Bridge .
go mod tidy
go build -o Sneedchat-Discord-Bridge .
- name: Upload artifact
uses: https://gitea.com/gitea/actions/upload-artifact@main
- name: Upload Build Artifact
uses: https://gitea.com/actions/upload-artifact@v2
with:
name: sneedchatdiscordbridge
path: dist/*
name: sneedchat-bridge-bin
path: Sneedchat-Discord-Bridge