Skip to content

Commit c8e6d68

Browse files
authored
Merge pull request #1901 from polywrap/fix-cd-source-typo
fix: cd-source typo
2 parents 2feed91 + 77aed2d commit c8e6d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-source.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: Extract binary path
8989
if: env.TAG_EXISTS == 'false'
90-
run: echo STANDALONE_BINARY_PATH=$(stat ./packages/cli/standalone-binaries/${{ matrix.ox }}-${{ matrix.arch }}/polywrap* | awk '/File:/ {print $2}') >> $GITHUB_ENV
90+
run: echo STANDALONE_BINARY_PATH=$(stat ./packages/cli/standalone-binaries/${{ matrix.os }}-${{ matrix.arch }}/polywrap* | awk '/File:/ {print $2}') >> $GITHUB_ENV
9191

9292
- name: Upload Artifacts
9393
if: env.TAG_EXISTS == 'false'

0 commit comments

Comments
 (0)