From 7f01cdd27190b2690085083fa099fad0750fc708 Mon Sep 17 00:00:00 2001 From: matteogaillard Date: Sat, 18 May 2024 23:47:34 +0200 Subject: [PATCH] fixed build job --- .github/workflows/test-build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build-and-deploy.yml b/.github/workflows/test-build-and-deploy.yml index 0ed3382..6f72a6a 100644 --- a/.github/workflows/test-build-and-deploy.yml +++ b/.github/workflows/test-build-and-deploy.yml @@ -22,7 +22,7 @@ jobs: npm run build - name: zip the project run: | - tar -cvf dist + tar -cvf dist.tar dist/* - name: export the project uses: actions/upload-artifact@v4 with: