From a2f7182164005db591e66f922416353b8432e382 Mon Sep 17 00:00:00 2001 From: EAR Date: Thu, 17 Oct 2024 20:04:17 -0500 Subject: [PATCH] fix artifact path --- .github/workflows/linux_build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/linux_build.yml b/.github/workflows/linux_build.yml index cc73ffa..5d6a190 100644 --- a/.github/workflows/linux_build.yml +++ b/.github/workflows/linux_build.yml @@ -60,9 +60,8 @@ jobs: - name: Upload Linux Artifact uses: actions/upload-artifact@v4.3.4 - working-directory: ./subdirectory with: name: linux-build-artifact - path: ./srtranslator.zip + path: ./GUI/srtranslator.zip if-no-files-found: error overwrite: false