From 39c951bfbf7ece3f9dc1f7ab9cb002e6b7dead86 Mon Sep 17 00:00:00 2001 From: Denys Seredenko Date: Sun, 12 Jan 2025 12:05:01 +0100 Subject: [PATCH] * fixing workflow --- .gitea/workflows/build-and-publish.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 3674722..d4203a3 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -23,10 +23,12 @@ jobs: run: go build -o ./build/ssh-hub - name: Test run: go test + - name: DEBUG + run: ls -lah - name: Publish Artifact uses: actions/upload-artifact@v2.2.0 with: name: ssh-hub-$VERSION - path: output/** + path: build/** if-no-files-found: error retention-days: 15 \ No newline at end of file