Skip to content

Commit

Permalink
now nice github artifact i hope
Browse files Browse the repository at this point in the history
  • Loading branch information
s0t7x committed Oct 10, 2024
1 parent f879361 commit 0afbdcf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
name: win_x64
path: |
${{ github.workspace }}/build/*.dll
${{ github.workspace }}/build/mods/*.dll
${{ github.workspace }}/build/mods/**/*.dll
2 changes: 2 additions & 0 deletions basics_mod/basics_mod.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,11 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<IncludePath>..\shroudtopia;$(IncludePath)</IncludePath>
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\mods\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<IncludePath>..\shroudtopia;$(IncludePath)</IncludePath>
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\mods\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down
2 changes: 2 additions & 0 deletions flight_mod/flight_mod.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,11 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<IncludePath>..\shroudtopia;$(IncludePath)</IncludePath>
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\mods\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<IncludePath>..\shroudtopia;$(IncludePath)</IncludePath>
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\mods\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down

0 comments on commit 0afbdcf

Please sign in to comment.