Skip to content

Commit

Permalink
CI: move tldr_sharp to tldr, add sqlite binary
Browse files Browse the repository at this point in the history
  • Loading branch information
principis committed Apr 14, 2021
1 parent 7060c8b commit c5fcede
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ jobs:
msbuild /target:Release tldr-sharp.sln /p:AllowedReferenceRelatedFileExtensions=none
- name: Copy build output
run: cp -r tldr-sharp/bin/Release32 scripts/windows/release
run: |
cp -r tldr-sharp/bin/Release32 scripts/windows/release
cp scripts/windows/sqlite3.dll scripts/windows/release/
mv scripts/windows/release/tldr_sharp.exe scripts/windows/release/tldr.exe
mv scripts/windows/release/tldr_sharp.exe.config scripts/windows/release/tldr.exe.config
- name: Download EnVar plugin for NSIS
uses: carlosperate/[email protected]
Expand Down

0 comments on commit c5fcede

Please sign in to comment.