Skip to content

Commit

Permalink
Only publish iOS artifacts if tagged
Browse files Browse the repository at this point in the history
  • Loading branch information
kakashidinho committed Mar 9, 2021
1 parent 5b98e98 commit 9eea7c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9eea7c8

Please sign in to comment.