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 5d16445790d7cb630b95f9ebe477a4a8833dbd97
parent a1b1eb79414a58ea38bd872f4908c0facae3eacc
Author: Matthew Horan <matt@matthoran.com>
Date:   Wed, 17 Nov 2021 10:42:35 -0500

Move fetch-binary into build-app

Diffstat:
M.github/workflows/publish.yml | 19+------------------
1 file changed, 1 insertion(+), 18 deletions(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -28,23 +28,6 @@ jobs: env: EXPO_APPLE_ID: ${{secrets.EXPO_APPLE_ID}} EXPO_APPLE_PASSWORD: ${{secrets.EXPO_APPLE_PASSWORD}} - fetch-binary: - name: Fetch binary - runs-on: ubuntu-latest - 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 @@ -55,7 +38,7 @@ jobs: publish-to-testflight: name: Publish to TestFlight runs-on: macos-latest - needs: [build-app, fetch-binary] + needs: build-app steps: - uses: actions/checkout@v2 - name: Download binary from artifacts