From acaf08d8a2686875c133e2425e7159bc26b88383 Mon Sep 17 00:00:00 2001 From: dan63047 Date: Sat, 3 Aug 2024 21:16:41 +0300 Subject: [PATCH] another workflow fix --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d395977..14bebd5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,7 +61,7 @@ jobs: with: type: 'zip' filename: TetraStats-${{github.ref_name}}-linux.zip - directory: build/linux/x64/runner/Release/bundle + directory: build/linux/x64/runner/release/bundle - name: Push to Releases uses: ncipollo/release-action@v1 with: