Skip to content

Commit

Permalink
use copy in build.yml (#706)
Browse files Browse the repository at this point in the history
* Update build.yml

* Update build.yml
  • Loading branch information
salix5 authored Jan 10, 2025
1 parent 567165e commit 4c881b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Premake
run: |
7z x temp/premake-5.0.0-beta2-windows.zip -opremake-5
move premake/lua.lua lua/premake5.lua
move premake/dll.lua dll.lua
./premake-5/premake5.exe vs2022 --file=dll.lua
7z x temp\premake-5.0.0-beta2-windows.zip -opremake-5
copy premake\lua.lua lua\premake5.lua
copy premake\dll.lua dll.lua
.\premake-5\premake5.exe vs2022 --file=dll.lua
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
Expand Down

0 comments on commit 4c881b4

Please sign in to comment.