Skip to content

Commit

Permalink
ci: renaming static_lib
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Oct 14, 2024
1 parent 7b74a42 commit d4963b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ jobs:
target_environment: ${{ github.event.inputs.target_environment }}
enable_v8: ${{ github.event.inputs.enable_v8 == 'true' }}
emsdk_version: ${{ github.event.inputs.emsdk_version }}
staticlib: ${{ github.event.inputs.staticlib == 'true' }}
static_lib: ${{ github.event.inputs.static_lib == 'true' }}
debug: ${{ github.event.inputs.debug == 'true' }}

0 comments on commit d4963b2

Please sign in to comment.