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 Jul 22, 2024
1 parent f346437 commit 051faf9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Build and Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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
Expand Down

0 comments on commit 051faf9

Please sign in to comment.