Skip to content

Commit

Permalink
Use correct path for .exe
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Apr 16, 2024
1 parent 7b29d23 commit bddf20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-zui/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ runs:
APPLE_TEAM_ID: ${{ inputs.apple_team_id }}
CODE_SIGN_SCRIPT_PATH: "${{ github.workspace }}/esigner-codesign/dist/index.js"
INPUT_COMMAND: "sign"
INPUT_FILE_PATH: "${{ github.workspace }}/dist/Zui Setup 1.7.0.exe"
INPUT_FILE_PATH: "${{ github.workspace }}/dist/apps/zui/Zui Setup 1.7.0.exe"
INPUT_OVERRIDE: "true"
INPUT_MALWARE_BLOCK: "false"
INPUT_CLEAN_LOGS: "false"
Expand Down

0 comments on commit bddf20a

Please sign in to comment.