From 3a9f919a40e08db7717972f3561b29c11fb176e4 Mon Sep 17 00:00:00 2001 From: Denys Seredenko Date: Sun, 12 Jan 2025 12:22:52 +0100 Subject: [PATCH] * test --- .gitea/workflows/build-and-publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 9025fe5..51b7b43 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -28,7 +28,7 @@ jobs: - name: Publish Artifact uses: actions/upload-artifact@v2.2.0 with: - name: ssh-hub-${{ env.VERSION }} - path: build/** + name: ssh-hub + path: build/ssh-hub if-no-files-found: error retention-days: 15 \ No newline at end of file