Skip to content

Commit

Permalink
ci: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Jun 20, 2023
1 parent 3edd580 commit 287caa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo chown -R 1001:116 ./artifacts/*.wasm
mkdir -p ./e2e/wasms
rm -rf ./e2e/wasms/*
mv ./artifacts/*.wasm ./e2e/wasms
cp ./artifacts/*.wasm ./e2e/wasms
- name: Commit and push
run: |
git config --local user.email "action@github.com"
Expand Down

0 comments on commit 287caa1

Please sign in to comment.