From c0a4e2be881149afce2abb03ddf3e46b41363a17 Mon Sep 17 00:00:00 2001 From: Denys Seredenko Date: Sun, 12 Jan 2025 12:17:04 +0100 Subject: [PATCH] * fixing workflow --- .gitea/workflows/build-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index d4203a3..bf2bdcc 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-$VERSION + name: ssh-hub-${{ VERSION }} path: build/** if-no-files-found: error retention-days: 15 \ No newline at end of file