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 2cf8fd5 commit a1161f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Build and Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
orion_version=$(echo "$orion_entry" | sed -n 's/^Version: //p')
orion_download_url=$(echo "$orion_entry" | sed -n 's/^Filename: //p')
# Download Orion .deb file
echo "https://repo.chariz.com/${orion_download_url}"
curl -L "https://repo.chariz.com/${orion_download_url}" -o "Build Components/orion"
# Set environment variables
echo "orion=Build Components/orion" >> $GITHUB_ENV
Expand Down

0 comments on commit a1161f6

Please sign in to comment.