Skip to content

Commit

Permalink
Update build_windows_installer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jneilliii authored Apr 7, 2024
1 parent 486b48a commit 3b0b337
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_windows_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: 👀 Get OctoPrint Version
id: octoprint_version
uses: pozetroninc/github-action-get-latest-release@master
uses: jneilliii/github-action-get-latest-release@master
with:
repository: OctoPrint/OctoPrint
excludes: draft
Expand Down Expand Up @@ -69,5 +69,6 @@ jobs:
body: "OctoPrint Setup created with Inno Setup using WinPython, winsw, and GitHub Actions."
fail_on_unmatched_files: true
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: ${{ steps.octoprint_version.outputs.prerelease }}
files: |
Output/OctoPrint Setup ${{ steps.octoprint_version.outputs.release }}.exe

0 comments on commit 3b0b337

Please sign in to comment.