Skip to content

Commit da89ce0

Browse files
committed
#25: Generate x64 releases and upload to GHA part 10
1 parent eb081d3 commit da89ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# the only place we can reliably build all the variants. We use actions/upload
5555
# so move assets between jobs
5656
- name: Package ${{ matrix.arch }} ${{ matrix.platform }} CLI
57-
if: ${{ matrix.arc == 'x64' }}
57+
if: ${{ matrix.arch == 'x64' }}
5858
run: |
5959
node ./scripts/dev-version.js
6060
node ./bin/hyperdrive version

0 commit comments

Comments
 (0)