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 26f4db5 commit f81bf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build and Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,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
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 f81bf97

Please sign in to comment.