Skip to content

Commit

Permalink
gh workflow iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
samifouad committed Aug 6, 2024
1 parent 74f8379 commit 6ade4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
- name: Prepare linux-x64's package.json and copy binary artifact
shell: bash
run: |
jq ". + {version: \"${{ env.CURRENT_TAG }}\"}" npm/gild-linux-x64/package.json > npm/gild-linux-x64/package.tmp.json && mv npm/gild-linux-x64/package.tmp.json npm/gild-linux-x64/package.json
jq ". + {version: \"${{ env.CURRENT_TAG }}\"}" gild-cli/npm/gild-linux-x64/package.json > gild-cli/npm/gild-linux-x64/package.tmp.json && mv gild-cli/npm/gild-linux-x64/package.tmp.json gild-cli/npm/gild-linux-x64/package.json
cp ./gild-cli_${{ env.CURRENT_TAG }}_linux-x64/gild gild-cli/npm/gild-linux-x64/gild
- name: Display structure of downloaded files
Expand Down

0 comments on commit 6ade4e2

Please sign in to comment.