From 051faf98fb8a68953c1344ba9c253e52fb6b7475 Mon Sep 17 00:00:00 2001 From: Luca LeBlanc <67206487+yodaluca23@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:24:51 -0500 Subject: [PATCH] Update Build and Release.yml --- .github/workflows/Build and Release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Build and Release.yml b/.github/workflows/Build and Release.yml index 8c8ebf3..0656810 100644 --- a/.github/workflows/Build and Release.yml +++ b/.github/workflows/Build and Release.yml @@ -622,8 +622,8 @@ jobs: draft: true body_path: changelog.txt files: | - "${{ env.patchedspotify }}" - "${{ env.altpatchedspotify }}" + ${{ env.patchedspotify }} + ${{ env.altpatchedspotify }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -636,10 +636,10 @@ jobs: echo "SpotC++ File Size: $FILE_SIZE" echo "SPOTCSIZE=$FILE_SIZE" >> $GITHUB_ENV - - name: Calculate SpotC++ Filesize + - name: Calculate AltStore SpotC++ Filesize run: | - FILE_SIZE=$(stat -f%z "${{ env.altstorepatchedspotify }}") - echo "SpotC++ File Size: $FILE_SIZE" + FILE_SIZE=$(stat -f%z "${{ env.altpatchedspotify }}") + echo "AltStore SpotC++ File Size: $FILE_SIZE" echo "ALTSPOTCSIZE=$FILE_SIZE" >> $GITHUB_ENV - name: Fetch the first bullet point from the EeveeSpotify release changelog