Ver Fonte

really really fix pie build x2

Shelikhoo há 11 meses atrás
pai
commit
f395b7dd7e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -148,7 +148,7 @@ jobs:
             "linux-amd64")
               ;&
             "linux-arm64")
-            if [ -n $PIE_ENABLED ]
+            if [ ! -z $PIE_ENABLED ]
             then
               EXTRA_ARG=$EXTRA_ARG" -buildmode=pie"
             fi