Skip to content

Commit

Permalink
Fix choco
Browse files Browse the repository at this point in the history
(References: #109)
  • Loading branch information
Aszusz committed Feb 8, 2024
1 parent 20bffad commit 8f0801a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sub-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
--out Templates/${{ env.choco_dir }}/ `
Templates/${{ env.choco_dir }}/${{ env.app_name }}.nuspec
mv `
.\Templates\${{ env.choco_dir }}\${{ env.nupkg }}*.nupkg `
.\Templates\${{ env.choco_dir }}\${{ env.nupkg }} `
.\Templates\${{ env.choco_dir }}\${{ env.app_name }}-Choco.nupkg
- name: Upload choco package
Expand Down

0 comments on commit 8f0801a

Please sign in to comment.