Skip to content

Commit

Permalink
#25: Generate x64 releases and upload to GHA part 10
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Aug 17, 2021
1 parent eb081d3 commit da89ce0
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:
# the only place we can reliably build all the variants. We use actions/upload
# so move assets between jobs
- name: Package ${{ matrix.arch }} ${{ matrix.platform }} CLI
if: ${{ matrix.arc == 'x64' }}
if: ${{ matrix.arch == 'x64' }}
run: |
node ./scripts/dev-version.js
node ./bin/hyperdrive version
Expand Down

0 comments on commit da89ce0

Please # to comment.