From 0b0c0ce4d95e0760ab1a6476a2cfe46ffa4deba5 Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Tue, 17 Aug 2021 09:48:59 -0400 Subject: [PATCH] #25: Generate x64 releases and upload to GHA part 6 --- .github/workflows/release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66c0521..ffe6712 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,12 +50,15 @@ jobs: # @NOTE: We cross-compile on Linux because _right now_ this seems to be # the only place we can reliably build all the variants. We use actions/upload # so move assets between jobs - - name: Package x86_x64 ${{ matrix.platform }} CLI + - name: Package x64 ${{ matrix.platform }} CLI run: | node ./scripts/dev-version.js node ./bin/hyperdrive version yarn pkg --config package.json --target=node${{ matrix.node-version }}-${{ matrix.platform }}-x64 bin/hyperdrive - ls -lsa @lando/dist + ls -lsa dist + - name: Asses our situation + run: | + true - name: Upload lando-build-${{ matrix.platform }}-${{ github.sha }} uses: actions/upload-artifact@v2 with: