Skip to content

Commit

Permalink
#25: Generate x64 releases and upload to GHA part 7
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Aug 17, 2021
1 parent 0b0c0ce commit 6d242b5
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 @@ -55,7 +55,7 @@ jobs:
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 dist
ls -lsa "dist/@lando"
- name: Asses our situation
run: |
true
Expand Down

0 comments on commit 6d242b5

Please sign in to comment.