Skip to content

Commit f8f44df

Browse files
committed
jq pipe
1 parent 45de88c commit f8f44df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/web-extension.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ jobs:
159159
ASSETS: ${{needs.extension-artifacts.outputs.tag-release-assets}}
160160
run: |
161161
echo "ASSETS: $ASSETS"
162-
CHROME_ASSET_URL=$(echo "$ASSETS" > jq -r .[0].browser_download_url)
163-
echo $CHROME_ASSET_URL
162+
CHROME_ASSET_URL=$(echo "$ASSETS" | jq -r .[0].browser_download_url)
163+
echo "CHROME_ASSET_URL: $CHROME_ASSET_URL"
164164
wget -O chrome-extesion.zip $CHROME_ASSET_URL
165165
- name: "Submit"
166166
env:

0 commit comments

Comments
 (0)