Skip to content

Commit

Permalink
#25: Generate x64 releases and upload to GHA part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Aug 17, 2021
1 parent 76ab0f1 commit 037e4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Package x86_x64 ${{ matrix.platform }} CLI
run: |
node ./scripts/dev-version.js
node ./bin/hyperdrive.js version
node ./bin/hyperdrive version
yarn pkg --config package.json --target=node${{ matrix.node-version }}-${{ matrix.platform }}-x64 bin/hyperdrive\
ls -lsa @lando/dist
- name: Upload lando-build-${{ matrix.platform }}-${{ github.sha }}
Expand Down

0 comments on commit 037e4ea

Please sign in to comment.