.gitea/workflows/build.yaml aktualisiert
All checks were successful
Build / Build (push) Successful in 1m41s

This commit is contained in:
skruecken 2025-03-22 23:57:13 +01:00
parent e30a95ee9c
commit e9befd95e9

View File

@ -24,5 +24,5 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: serialToWebsocket name: serialToWebsocket
path: ./go.sum path: ./serialToWebsocket
- run: echo "This job's status is ${{ job.status }}." - run: echo "This job's status is ${{ job.status }}."