Skip to content

Commit

Permalink
update directive name
Browse files Browse the repository at this point in the history
  • Loading branch information
salix5 committed Dec 11, 2024
1 parent b7d5ea5 commit 427c563
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 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 -opremake5
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
./premake5/premake5.exe vs2022 --file=dll.lua
./premake-5/premake5.exe vs2022 --file=dll.lua
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/.vscode/
/premake5*
/build/
/lua/
/temp/
/premake-5
/premake5.exe

0 comments on commit 427c563

Please sign in to comment.