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 11, 2024
1 parent abf384e commit 7c98537
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Build and Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- name: Set EeveeSpotify Repo if not given
if: ${{ github.event.inputs.EEVEEREPO == '' }}
run: |
EEVEEREPO=$(echo "${{ env.EEVEEREPO }}")
EEVEEREPO=$(echo "whoeevee/EeveeSpotify")
echo "EEVEEREPO=$EEVEEREPO" >> $GITHUB_ENV
- name: Install Pyzule
Expand Down

0 comments on commit 7c98537

Please sign in to comment.