Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Agent-Hellboy authored May 24, 2024
1 parent f34cd8d commit 7dab58c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ 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/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist\Output\RstEyeInstaller.exe
asset_name: RstEyeInstaller.exe
tag: ${{ github.ref }}
tag: ${{ github.ref }}

0 comments on commit 7dab58c

Please sign in to comment.