Skip to content

Commit

Permalink
#25: Generate x64 releases and upload to GHA part 6
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Aug 17, 2021
1 parent ded2fde commit 0b0c0ce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0b0c0ce

Please sign in to comment.