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 a1b1eb79414a58ea38bd872f4908c0facae3eacc
parent 4be6dacc06f651871b416e367213c24c439d0890
Author: Matthew Horan <matt@matthoran.com>
Date:   Wed, 17 Nov 2021 10:14:52 -0500

Make node and expo available to fetch-binary

Diffstat:
M.github/workflows/publish.yml | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -34,6 +34,17 @@ jobs: needs: build-app steps: - uses: actions/checkout@v2 + - name: Set up Node + uses: actions/setup-node@v1 + with: + node-version: 12 + cache: yarn + - name: Set up Expo + uses: expo/expo-github-action@v6 + with: + expo-version: 4.x + username: ${{secrets.EXPO_CLI_USERNAME}} + password: ${{secrets.EXPO_CLI_PASSWORD}} - name: Download from Expo run: curl -O `expo url:ipa` - name: Upload binary as artifact