Commit 4c881b4a authored by Chen Bill's avatar Chen Bill Committed by GitHub

use copy in build.yml (#706)

* Update build.yml

* Update build.yml
parent 567165e5
...@@ -24,10 +24,10 @@ jobs: ...@@ -24,10 +24,10 @@ jobs:
- name: Premake - name: Premake
run: | run: |
7z x temp/premake-5.0.0-beta2-windows.zip -opremake-5 7z x temp\premake-5.0.0-beta2-windows.zip -opremake-5
move premake/lua.lua lua/premake5.lua copy premake\lua.lua lua\premake5.lua
move premake/dll.lua dll.lua copy premake\dll.lua dll.lua
./premake-5/premake5.exe vs2022 --file=dll.lua .\premake-5\premake5.exe vs2022 --file=dll.lua
- name: Add msbuild to PATH - name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2 uses: microsoft/setup-msbuild@v2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment