Skip to content

Commit 28109c2

Browse files
committed
fix: Correct GitHub Actions workflow for release
1 parent aa2588f commit 28109c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: matrix.os == 'windows-latest'
6060
uses: Minionguyjpro/Inno-Setup-Action@v1.2.5
6161
with:
62-
path: ${{ github.workspace }}/install.iss
62+
path: ../../install.iss
6363

6464
- name: Upload Artifacts
6565
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)