From 89289a53a4c9822d8f294cc307abee6b47444134 Mon Sep 17 00:00:00 2001 From: Denys Seredenko Date: Sun, 12 Jan 2025 12:29:33 +0100 Subject: [PATCH] * deleted publishing artifacts --- .gitea/workflows/build-and-publish.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 51b7b43..666bbd4 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -22,13 +22,4 @@ jobs: - name: Build 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 - path: build/ssh-hub - if-no-files-found: error - retention-days: 15 \ No newline at end of file + run: go test \ No newline at end of file