weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

commit edd59ae6f9a041d656362e7ae734d595bb7b228a
parent 1e234485935da5ffac5f02bfcab620ab85a55ba0
Author: Melissa Xie <mxie@users.noreply.github.com>
Date:   Tue, 16 Nov 2021 20:51:26 -0500

Fix workflow syntax errors
Diffstat:
M.github/workflows/publish.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -38,11 +38,11 @@ jobs: uses: actions/upload-artifact@v2.2.4 with: name: binary - path: *.ipa + path: '*.ipa' publish-to-testflight: name: Publish to TestFlight runs-on: macos-latest - needs: [build-app, download-binary] + needs: [build-app, fetch-binary] steps: - uses: actions/checkout@v2 - name: Download binary from artifacts