Skip to content

Commit

Permalink
copied wrong binary
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianMac committed May 9, 2020
1 parent 1fc5cae commit 2839d0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

pushd src/BearToday
dotnet clean
dotnet build -c Release
dotnet publish -c Release -r osx-x64 /p:PublishSingleFile=true
popd
cp ./src/BearToday/bin/Debug/netcoreapp3.1/osx-x64/publish/BearToday ~/
cp ./src/BearToday/bin/Release/netcoreapp3.1/osx-x64/publish/BearToday ~/

0 comments on commit 2839d0d

Please sign in to comment.