Skip to content

Commit

Permalink
fix if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Mar 21, 2024
1 parent fa11ef5 commit a94a5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
cargo install wasm-opt
cargo install twiggy
if [[ -z "${{ inputs.path-to-sc-meta }}" ]];
if [[ "${{ inputs.path-to-sc-meta }}" ]];
then
cargo install --path ${{ inputs.path-to-sc-meta }}
fi
Expand Down

0 comments on commit a94a5ee

Please sign in to comment.