From 7dab58cb74537a98d8252114892787a58ca7f2d7 Mon Sep 17 00:00:00 2001 From: Prince Roshan Date: Sat, 25 May 2024 00:23:51 +0530 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28c177e..451d4be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -112,7 +112,7 @@ jobs: - name: Create Inno Setup installer run: | - "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" windows_pkg_file/setup.iss + "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" setup.iss - name: Upload files to a GitHub release uses: svenstaro/upload-release-action@2.9.0 @@ -120,4 +120,4 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} file: dist\Output\RstEyeInstaller.exe asset_name: RstEyeInstaller.exe - tag: ${{ github.ref }} \ No newline at end of file + tag: ${{ github.ref }}