Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Dec 20, 2024
1 parent 7be0a56 commit 3ec0d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
echo "Directory structure before build:"
ls -R
for dir in aptos-wasm/; do
for dir in ./*/; do
if [ -d "$dir" ]; then
echo "Building in directory: $dir"
(cd "$dir" && wasm-pack build --release --target web -d "$dir/pkg") || {
Expand Down

0 comments on commit 3ec0d76

Please sign in to comment.