Skip to content

Commit

Permalink
gh actions fix that closes #15
Browse files Browse the repository at this point in the history
  • Loading branch information
samifouad committed Sep 17, 2024
1 parent 796d3cd commit 964028c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,11 +371,11 @@ jobs:
run: |
# Use jq to update or create JSON file
echo '{}' | jq \
--arg linux_x64_url "https://github.com/samifouad/gild-cli/releases/download/${{ github.ref_name }}/gild_cli_${{ github.ref_name }}_linux_x64.tar.gz" \
--arg linux_x64_url "https://github.com/samifouad/gild-cli/releases/download/${{ github.ref_name }}/gild-cli_${{ github.ref_name }}_linux_x64.tar.gz" \
--arg linux_x64_hash "${{ env.LINUX-X64_SHA256 }}" \
--arg darwin_arm64_url "https://github.com/samifouad/gild-cli/releases/download/${{ github.ref_name }}/gild_cli_${{ github.ref_name }}_darwin_arm64.tar.gz" \
--arg darwin_arm64_url "https://github.com/samifouad/gild-cli/releases/download/${{ github.ref_name }}/gild-cli_${{ github.ref_name }}_darwin_arm64.tar.gz" \
--arg darwin_arm64_hash "${{ env.DARWIN-ARM64_SHA256 }}" \
--arg darwin_x64_url "https://github.com/samifouad/gild-cli/releases/download/${{ github.ref_name }}/gild_cli_${{ github.ref_name }}_darwin_x64.tar.gz" \
--arg darwin_x64_url "https://github.com/samifouad/gild-cli/releases/download/${{ github.ref_name }}/gild-cli_${{ github.ref_name }}_darwin_x64.tar.gz" \
--arg darwin_x64_hash "${{ env.DARWIN-X64_SHA256 }}" \
--arg version "${{ github.ref_name }}" \
'. + {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gild-cli",
"version": "0.8.2",
"version": "0.8.3",
"module": "index.ts",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 964028c

Please sign in to comment.