Skip to content

Commit

Permalink
Fix path to setup build
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiolo committed Nov 18, 2024
1 parent f4c8d77 commit 2de98a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Windows TreeSheets (installer)
path: windows_treesheets_setup.exe
path: "win/windows_treesheets_setup.exe"
- name: Create release
if: github.ref == 'refs/heads/master'
uses: ncipollo/release-action@v1
Expand All @@ -96,7 +96,7 @@ jobs:
allowUpdates: true
omitBody: true
commit: master
artifacts: "windows_treesheets_setup.exe,windows_treesheets_no_installer.zip"
artifacts: "win/windows_treesheets_setup.exe,windows_treesheets_no_installer.zip"

build-mac:
name: Build Mac
Expand Down

0 comments on commit 2de98a4

Please sign in to comment.