Skip to content

Commit

Permalink
fix problem with ink folder
Browse files Browse the repository at this point in the history
  • Loading branch information
o-tsaruk committed Aug 17, 2022
1 parent 878f9ab commit 8443c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
echo "$SOURCE_NAME" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
SOURCE_DATA=$(find /usr/local/cache/target/ink -maxdepth 1 -type f -name "*.wasm" -printf '%s ' -exec basename \{} .wasm \; | sort -k2)
SOURCE_DATA=$(find /usr/local/cache/target -maxdepth 2 -type f -name "*.wasm" -printf '%s ' -exec basename \{} .wasm \; | sort -k2)
echo "SOURCE_DATA<<EOF" >> $GITHUB_ENV
echo "$SOURCE_DATA" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
Expand Down

0 comments on commit 8443c82

Please sign in to comment.