From 4bc79c583ba5434c6e910218c62237baddbf430b Mon Sep 17 00:00:00 2001 From: Luca LeBlanc <67206487+yodaluca23@users.noreply.github.com> Date: Sat, 22 Jun 2024 16:48:00 -0500 Subject: [PATCH] Update Build and Release.yml --- .github/workflows/Build and Release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Build and Release.yml b/.github/workflows/Build and Release.yml index 3d913d4..9395e28 100644 --- a/.github/workflows/Build and Release.yml +++ b/.github/workflows/Build and Release.yml @@ -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 @@ -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