Skip to content

Commit

Permalink
Reduce publish size
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeliux committed Aug 16, 2024
1 parent f1120d2 commit 267404a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

cd $(dirname $0)/..

RIDS=("linux-x64" "linux-arm" "linux-arm64" "win-x64" "win-x86")
RIDS=("linux-x64" "linux-arm64" "win-x64" "win-x86")

FREAMEWORKS=("net6.0" "net8.0")
FREAMEWORKS_LEGACY=("net481" "net472" "net462")
FREAMEWORKS_LEGACY=("net481")

if [ "$1" = "-d" ]
then
Expand Down

0 comments on commit 267404a

Please sign in to comment.