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 5, 2024
1 parent 43f8fb6 commit 5a8d537
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,11 +340,11 @@ jobs:
# 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_hash "${{ env.LINUX_X64_SHA256 }}" \
--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_hash "${{ env.DARWIN_ARM64_SHA256 }}" \
--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_hash "${{ env.DARWIN_X64_SHA256 }}" \
--arg darwin_x64_hash "${{ env.DARWIN-X64_SHA256 }}" \
--arg version "${{ github.ref_name }}" \
'. + {
linux_x64_url: $linux_x64_url,
Expand Down

0 comments on commit 5a8d537

Please sign in to comment.