Skip to content

Commit

Permalink
Fixing publish script and adding a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rmaclean committed May 16, 2020
1 parent 7d46751 commit 49db255
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/publish
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
cd ..
rm -rf bin
rm -rf Release
mkdir Release
Expand All @@ -21,4 +22,4 @@ zip -j Release/linux64.zip bin/Release/netcoreapp3.1/linux-x64/publish/*
# OSX x64
dotnet.exe publish -c Release -r osx-x64 /p:PublishSingleFile=true

zip -j Release/osxx64.zip bin/Release/netcoreapp3.1/osx-x64/publish/*
zip -j Release/osxx64.zip bin/Release/netcoreapp3.1/osx-x64/publish/*

0 comments on commit 49db255

Please sign in to comment.