Skip to content

Commit

Permalink
Merge pull request #40 from hgb-bin-proteomics/update_executables
Browse files Browse the repository at this point in the history
update builds
  • Loading branch information
michabirklbauer authored Jun 7, 2024
2 parents 994dfda + a3cf6f3 commit 188dd1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
dotnet-version: '6'
- name: Build CandidateSearch
run: |
dotnet publish CandidateSearch.sln --runtime osx-arm64 --self-contained --configuration Release
dotnet publish CandidateSearch.sln --runtime osx-arm64 --self-contained --configuration Release -p:PublishSingleFile=true
- name: Copy VectorSearch.dll to Release
run: |
cp dll/macos_arm/VectorSearch.dll bin/Release/net6.0/osx-arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
dotnet-version: '6'
- name: Build CandidateSearch
run: |
dotnet publish CandidateSearch.sln --runtime ubuntu.22.04-x64 --self-contained --configuration Release
dotnet publish CandidateSearch.sln --runtime ubuntu.22.04-x64 --self-contained --configuration Release -p:PublishSingleFile=true
- name: Copy VectorSearch.dll to Release
run: |
cp dll/ubuntu_x64/VectorSearch.dll bin/Release/net6.0/ubuntu.22.04-x64
Expand Down

0 comments on commit 188dd1f

Please sign in to comment.