.gitea/workflows/build.yaml aktualisiert
Some checks failed
Build / Build (push) Failing after 1m52s

This commit is contained in:
skruecken 2025-03-22 17:32:54 +01:00
parent 33e9be067a
commit 269c6190bd

View File

@ -19,4 +19,9 @@ jobs:
ls ${{ gitea.workspace }}
- run: go mod tidy
- run: go build .
- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
with:
name: serialToWebsocket
path: .
- run: echo "This job's status is ${{ job.status }}."