From 4474d26242b5e0d5ee76417e8df15d6d235407d5 Mon Sep 17 00:00:00 2001 From: metkm Date: Mon, 27 Mar 2023 01:50:42 +0300 Subject: [PATCH] fix path, please work this time --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4894795..1503639 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -24,4 +24,4 @@ jobs: - name: Upload files to a GitHub release uses: svenstaro/upload-release-action@2.5.0 with: - file: target/release/bundle/Mutual Finder_${{ github.ref_name }}_x64_en-US.msi.zip + file: target/release/bundle/msi/Mutual Finder_${{ github.ref_name }}_x64_en-US.msi.zip