Skip to content

Commit

Permalink
Merge pull request #226 from SalamLang/BaseMax-patch-1
Browse files Browse the repository at this point in the history
Update web-assembly.yml
  • Loading branch information
BaseMax authored Sep 8, 2024
2 parents 7bda5c9 + 6e46dfa commit ac88ec7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/web-assembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Run WebAssembly build script
run: |
source emsdk/emsdk_env.sh
cd src
rm salam-wa.js
bash build-webassembly.sh
- name: List output files
Expand All @@ -55,7 +55,7 @@ jobs:
git clone https://github.com/SalamLang/Salam-Editor.git
cd Salam-Editor
git config user.name "Max Base"
git config user.name "Max Base"
git config user.email "$EMAIL"
- name: Copy WebAssembly files to Salam-Editor
Expand All @@ -66,5 +66,5 @@ jobs:
cp ../src/salam-wa.wasm .
git add salam-wa.js salam-wa.wasm
git commit -m "Update WebAssembly files"
git commit -m "Release: Update WebAssembly files"
git push https://x-access-token:${{ secrets.USER_TOKEN }}@github.com/SalamLang/Salam-Editor.git

0 comments on commit ac88ec7

Please sign in to comment.