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 22, 2024
1 parent f354082 commit 4bc79c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Build and Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
curl -LJO "https://repo.chariz.com/$FILENAME"
downloaded_file=$(ls -t | head -n1)
mv "$downloaded_file" "Build Components/"
echo "orion=Build Components/$downloaded_file" >> $GITHUB_ENV
orion=$(Build Components/$downloaded_file)

#Check Hash
if [[ "${SHA256}" != "noSHA" ]]; then
Expand Down Expand Up @@ -199,6 +199,8 @@ jobs:
#CleanUp
rm -f Packages

echo "orion=Build Components/$downloaded_file" >> $GITHUB_ENV

- name: Upload Orion to VirusTotal
if: ${{ env.VIRUSTOTALKEY }}
uses: crazy-max/ghaction-virustotal@v4
Expand Down

0 comments on commit 4bc79c5

Please sign in to comment.