Browse Source

really really fix pie build

Shelikhoo 9 months ago
parent
commit
ca5ce23fb4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release.yml

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

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