瀏覽代碼

(experiment) fix quoting

Peter Squicciarini 4 年之前
父節點
當前提交
137a891882
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/macos.yml

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

@@ -38,7 +38,7 @@ jobs:
       
       
       - name: Release
       - name: Release
         uses: softprops/action-gh-release@v1
         uses: softprops/action-gh-release@v1
-        if: env.SHOULD_BUILD == "yes"
+        if: env.SHOULD_BUILD == 'yes'
         with:
         with:
           tag_name: ${{ env.LATEST_MS_TAG }}
           tag_name: ${{ env.LATEST_MS_TAG }}
           files: |
           files: |