Skip to content

Commit

Permalink
Update upload-windows step
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Dec 11, 2023
1 parent 8254061 commit 0a63256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
pwd
cp installer-resources-lantern/.packaged-lantern.yaml installer-resources-lantern/windows/.packaged-lantern.yaml
cp installer-resources-lantern/lantern.yaml installer-resources-lantern/windows/lantern.yaml
cp lantern-client/lantern${{inputs.installer-suffix}}.exe installer-resources-lantern/windows/lantern.exe
cp ./lantern${{inputs.installer-suffix}}.exe installer-resources-lantern/windows/lantern.exe
makensis -V1 -DVERSION=${{ inputs.version }} -DAPP_NAME=lantern.exe -DOUT_FILE="lantern-installer${{inputs.installer-suffix}}.exe" installer-resources-lantern/windows/lantern.nsi
- name: Install s3cmd
Expand Down

0 comments on commit 0a63256

Please sign in to comment.