Skip to content

Commit

Permalink
Add SQLite Binaries for Linux / OSX to Windows Release (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
dol-leodagan authored Nov 6, 2021
1 parent dc39b76 commit fc8bdf2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
$Env:DOTNET_CLI_TELEMETRY_OPTOUT=1
$assembly_version="$(cat release_info/version.txt)"
dotnet build -c "${{ matrix.build_target}}" -p:Version="$assembly_version" "Dawn of Light.sln" --verbosity normal
cp -recurse $env:USERPROFILE\.nuget\packages\sqlitepclraw.lib.e_sqlite3\*\runtimes\linux-* .\${{ matrix.build_target }}\lib\runtimes\
cp -recurse $env:USERPROFILE\.nuget\packages\sqlitepclraw.lib.e_sqlite3\*\runtimes\alpine-* .\${{ matrix.build_target }}\lib\runtimes\
cp -recurse $env:USERPROFILE\.nuget\packages\sqlitepclraw.lib.e_sqlite3\*\runtimes\osx-* .\${{ matrix.build_target }}\lib\runtimes\
- name: Test Build
run: |
dotnet test .\build\Tests\${{ matrix.build_target }}\lib\Tests.dll -v n --filter "DOL.UnitTests&TestCategory!=Explicit"
Expand Down

0 comments on commit fc8bdf2

Please sign in to comment.