Skip to content

Commit

Permalink
Use the right output for NSIS build
Browse files Browse the repository at this point in the history
  • Loading branch information
Inokinoki committed Dec 9, 2024
1 parent 12bd9d0 commit 513a4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-windows-x86-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ jobs:
with:
# Artifact name
name: QEFI Entry Manager NSIS installer for Windows Qt${{ matrix.qtvers }}
path: ${{github.workspace}}\build\${{env.BUILD_TYPE}}\*.exe
path: ${{github.workspace}}\build\*.exe

0 comments on commit 513a4fb

Please sign in to comment.