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

This commit is contained in:
skruecken 2025-03-22 23:40:24 +01:00
parent 15217ba9c7
commit b04c0dc12a

View File

@ -19,6 +19,7 @@ jobs:
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- run: go mod tidy - run: go mod tidy
- run: go build . - run: go build .
- run: ls -lah ${{ gitea.workspace }}
- name: Upload Build Artifacts - name: Upload Build Artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: