.gitea/workflows/build.yaml aktualisiert
Some checks failed
Build / Build (push) Failing after 1m52s
Some checks failed
Build / Build (push) Failing after 1m52s
This commit is contained in:
parent
33e9be067a
commit
269c6190bd
@ -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 }}."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user