From 710f1e61474550fa9f3bb0c4189ace953a305def Mon Sep 17 00:00:00 2001 From: Daniele Scasciafratte Date: Fri, 15 Mar 2024 16:08:02 +0100 Subject: [PATCH] ci(compile): test --- .github/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8955f9b..a62aa45 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -35,11 +35,10 @@ jobs: working-directory: ./yad/build run: ls -l .yad && zip --junk-paths yad ./yad - name: Create Release - working-directory: ./yad/build id: create_release uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags') with: draft: false prerelease: false - files: yad.zip + files: ./yad/build/yad.zip