Skip to content

Commit

Permalink
Update Build and Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yodaluca23 authored Jun 21, 2024
1 parent 233fa0f commit d3656e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build and Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ jobs:
# Extract necessary details from the Orion entry using sed
orion_version=$(echo "$orion_entry" | sed -n 's/^Version: //p')
orion_download_url=$(echo "$orion_entry" | sed -n 's/^Filename: //p')
echo "orion_download_url=$orion_download_url" >> $GITHUB_ENV
echo "orion_download_url=$orion_download_url"
# Download Orion .deb file
curl -L "https://repo.chariz.com/${{ env.orion_download_url }}" -o "Build Components/orion"
curl -L "https://repo.chariz.com/${{ orion_download_url }}" -o "Build Components/orion"
# Set environment variables
echo "orion=Build Components/orion" >> $GITHUB_ENV
echo "ORIONVERSION=$orion_version" >> $GITHUB_ENV
Expand Down

0 comments on commit d3656e4

Please sign in to comment.