From 9eea7c80b074ce8cd5bd6998dba2d468e9331233 Mon Sep 17 00:00:00 2001 From: Le Hoang Quyen Date: Wed, 10 Mar 2021 02:08:00 +0800 Subject: [PATCH] Only publish iOS artifacts if tagged --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7b3f0d88..7c9e18ce9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,7 @@ jobs: cd ${GITHUB_WORKSPACE}/build_ios/Build/Products/Release-iphoneos && zip --symlinks -r ${GITHUB_WORKSPACE}/libMetalANGLE.a.ios.zip libMetalANGLE_static.a - name: upload uses: softprops/action-gh-release@v1 + if: startsWith(github.ref, 'refs/tags/') with: files: | MetalANGLE.framework.ios.zip