Skip to content

Commit

Permalink
#25: Generate x64 releases and upload to GHA part 5
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Aug 17, 2021
1 parent 037e4ea commit ded2fde
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 @@ -54,7 +54,7 @@ jobs:
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\
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 }}
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit ded2fde

Please sign in to comment.