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 committed Sep 11, 2024
1 parent d3f74e2 commit ccfe0ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Build and Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ jobs:
- name: Contruct ChangeLog Pt.2 (Eevee ChangeLog [Release])
if: ${{ github.event.inputs.USEACTIONSEEVEE == 'false' }}
run: |
echo "$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" https://api.github.com/repos/${{ env.EEVEEREPO }}/releases/tags/${{ env.EEVEETAG }} | jq -r '.body' | sed -n 's/^[*-] //p' | sed 's/^/- (EeveeSpotify) /')" >> changelog.txt
echo "$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" https://api.github.com/repos/${{ env.EEVEEREPO }}/releases/tags/${{ env.EEVEETAG }} | jq -r '.body' | sed -n 's/^[*-+] //p' | sed 's/^/- (EeveeSpotify) /')" >> changelog.txt
- name: Contruct ChangeLog Pt.2 (Eevee ChangeLog [Actions])
if: ${{ github.event.inputs.USEACTIONSEEVEE == 'true' }}
Expand Down Expand Up @@ -459,7 +459,7 @@ jobs:
- name: Fetch the first bullet point from the EeveeSpotify release changelog
id: fetch-changelog
run: |
BULLET_POINT=$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" https://api.github.com/repos/${{ env.EEVEEREPO }}/releases/tags/${{ env.EEVEETAG }} | jq -r '.body' | grep -m 1 -o '^.*' | sed 's/^[*-] //' | tr -d '"' | tr -d '\r')
BULLET_POINT=$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" https://api.github.com/repos/${{ env.EEVEEREPO }}/releases/tags/${{ env.EEVEETAG }} | jq -r '.body' | grep -m 1 -o '^.*' | sed 's/^[*-+] //' | tr -d '"' | tr -d '\r')
echo "BULLET_POINT=$BULLET_POINT" >> $GITHUB_ENV
- name: Set ALTSTORECHANGELOG environment variable
Expand Down Expand Up @@ -522,7 +522,7 @@ jobs:
mv AltStoreRepo_updated.json AltStoreRepo.json
- name: Upload updated AltStore Repo.json as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: UpdatedAltStoreRepo
path: AltStoreRepo.json
Expand Down Expand Up @@ -585,7 +585,7 @@ jobs:
mv ScarletRepo_updated.json ScarletRepo.json
- name: Upload updated Scarlet Repo.json as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: UpdatedScarletRepo
path: ScarletRepo.json

0 comments on commit ccfe0ac

Please sign in to comment.