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 2f4cb6d commit dcc8674
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/web-assembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,19 @@ jobs:
git clone https://github.com/SalamLang/Salam-Editor.git
cp ./src/salam-wa.js ./Salam-Editor/salam/
cp ./src/salam-wa.wasm ./Salam-Editor/salam/
cd Salam-Editor
sudo chown www-data:www-data *
git config user.name "Max Base"
git config user.email "$EMAIL"
- name: Copy WebAssembly files to Salam-Editor
run: |
cp ../src/salam-wa.js ./salam/
cp ../src/salam-wa.wasm ./salam/
sudo chown www-data:www-data *
pwd
ls -al
tree
git add salam-wa.js salam-wa.wasm
git commit -m "Release: Update WebAssembly files"
Expand Down

0 comments on commit dcc8674

Please sign in to comment.