Skip to content

Commit

Permalink
Update web-assembly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Sep 8, 2024
1 parent adfe7c0 commit 18ce8b1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/web-assembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,14 @@ jobs:
run: |
cd Salam-Editor
cp ../src/salam-wa.js ./salam/
cp ../src/salam-wa.wasm ./salam/
cd salam
cp ../src/salam-wa.js ./
cp ../src/salam-wa.wasm ./
sudo chown www-data:www-data *
cd ../
git add salam-wa.js salam-wa.wasm
git commit -m "Release: Update WebAssembly files"
Expand Down

0 comments on commit 18ce8b1

Please sign in to comment.