diff --git a/.github/workflows/Debug.yml b/.github/workflows/Debug.yml index 8a64f96..874a843 100644 --- a/.github/workflows/Debug.yml +++ b/.github/workflows/Debug.yml @@ -42,6 +42,14 @@ jobs: with: name: taro-ios-products path: dist/rn/ios/ + - name: Upload release assets + if: startsWith(github.ref, 'refs/tags/d') + uses: softprops/action-gh-release@v1 + with: + files: | + dist/rn/ios/* + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} build-ios: needs: build-taro