Skip to content

Commit

Permalink
Implemented using wget 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ebelfarsi committed Jul 17, 2024
1 parent 47635e5 commit ab5cade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ jobs:
path: ${{ needs.preamble.outputs.folder_build }}/**/*.log

run-package-manifest:
needs: [ preamble, build-docker ]
needs: [ preamble ]
uses: ./.github/workflows/package-manifests.yml
with:
tag: ${{ needs.preamble.outputs.community_tag }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
file_name=$(basename "$edge_cast_path")
# Construct the download URL and download the file
download_url="https://github.com/ebelfarsi/HPCC-Platform/releases/download/${{ inputs.tag }}/$file_name"
download_url="https://github.com/hpcc-systems/HPCC-Platform/releases/download/community_9.8.4-1/$file_name"
wget "$download_url" -O "$full_path"
echo "Downloaded $file_name to $full_path"
done
Expand Down

0 comments on commit ab5cade

Please sign in to comment.