We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb081d3 commit da89ce0Copy full SHA for da89ce0
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
# the only place we can reliably build all the variants. We use actions/upload
55
# so move assets between jobs
56
- name: Package ${{ matrix.arch }} ${{ matrix.platform }} CLI
57
- if: ${{ matrix.arc == 'x64' }}
+ if: ${{ matrix.arch == 'x64' }}
58
run: |
59
node ./scripts/dev-version.js
60
node ./bin/hyperdrive version
0 commit comments