From 063aac5cb3f01890e4996391b5a866bf124c4bb6 Mon Sep 17 00:00:00 2001 From: Dmitry Romanov Date: Wed, 8 May 2024 19:04:56 -0400 Subject: [PATCH] Update frontend.yaml --- .github/workflows/frontend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend.yaml b/.github/workflows/frontend.yaml index b31447e..5e9eed8 100644 --- a/.github/workflows/frontend.yaml +++ b/.github/workflows/frontend.yaml @@ -54,7 +54,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: built-site - path: ./dist/ + path: ./firebird-ng/dist/ deploy: if: github.ref == 'refs/heads/master' || endsWith(github.ref, '-ci')