Skip to content

Commit

Permalink
more $ error
Browse files Browse the repository at this point in the history
  • Loading branch information
stxh committed Jan 2, 2025
1 parent 4c2cd0e commit 9be4c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ runs:
- name: Build App
if: inputs.build == 'true' && runner.os == 'Linux'
working-directory: ${{ inputs.app-working-directory }}
run: wails build $${{inputs.ubuntu24}} --platform ${{inputs.build-platform}} -webview2 ${{inputs.wails-build-webview2}} -o ${{inputs.build-name}}
run: wails build ${{inputs.ubuntu24}} --platform ${{inputs.build-platform}} -webview2 ${{inputs.wails-build-webview2}} -o ${{inputs.build-name}}
shell: bash
- name: Build Windows App
if: inputs.build == 'true' && runner.os == 'Windows' && inputs.nsis == 'false'
Expand Down

0 comments on commit 9be4c60

Please sign in to comment.