Skip to content

Commit

Permalink
last last attempt!?
Browse files Browse the repository at this point in the history
  • Loading branch information
goofyclown authored Aug 27, 2024
1 parent e9574d5 commit 31bfb53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
ls -la "./"
- name: convert
run: |
wasm2luau Luau.LuauCeption.Compiler.wasm > Luau.LuauCeption.Compiler.luau
wasm2luau Luau.LuauCeption.VM.wasm > Luau.LuauCeption.VM.luau
wasm2luau Luau.LuauCeption.Full.wasm > Luau.LuauCeption.Full.luau
./wasm2luau Luau.LuauCeption.Compiler.wasm > Luau.LuauCeption.Compiler.luau
./wasm2luau Luau.LuauCeption.VM.wasm > Luau.LuauCeption.VM.luau
./wasm2luau Luau.LuauCeption.Full.wasm > Luau.LuauCeption.Full.luau

0 comments on commit 31bfb53

Please sign in to comment.