Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app committed Jan 24, 2024
1 parent bf64cb8 commit ad3a7c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
cp -r build/PerlinWorld demos/
cp build/*.dll demos/PerlinWorld/
cd demos && zip -r ../demos.zip * && cd ..
cp build/*.dll build/TestScriptPack/
- name: Tests (wine64)
working-directory: ${{github.workspace}}/build
Expand Down
2 changes: 1 addition & 1 deletion include/Console/scriptz.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <vector>
#include <fstream>

#include <vendored/json.hpp>
#include <json.hpp>
using json = nlohmann::json;

namespace Hop
Expand Down

0 comments on commit ad3a7c3

Please sign in to comment.