Skip to content

Commit

Permalink
Merge pull request #1901 from polywrap/fix-cd-source-typo
Browse files Browse the repository at this point in the history
fix: cd-source typo
  • Loading branch information
dOrgJelli authored Sep 7, 2023
2 parents 2feed91 + 77aed2d commit c8e6d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Extract binary path
if: env.TAG_EXISTS == 'false'
run: echo STANDALONE_BINARY_PATH=$(stat ./packages/cli/standalone-binaries/${{ matrix.ox }}-${{ matrix.arch }}/polywrap* | awk '/File:/ {print $2}') >> $GITHUB_ENV
run: echo STANDALONE_BINARY_PATH=$(stat ./packages/cli/standalone-binaries/${{ matrix.os }}-${{ matrix.arch }}/polywrap* | awk '/File:/ {print $2}') >> $GITHUB_ENV

- name: Upload Artifacts
if: env.TAG_EXISTS == 'false'
Expand Down

0 comments on commit c8e6d68

Please sign in to comment.