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 8b75c89 commit abf384e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build and Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
run: |
echo "WORKFLOWURL=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" >> $GITHUB_ENV
echo "Workflow URL is $WORKFLOWURL"
- name: Install Pyzule
run: bash -c "$(curl https://raw.githubusercontent.com/yodaluca23/pyzule/main/install-pyzule.sh)"
- name: Set EeveeSpotify Repo if given
if: ${{ github.event.inputs.EEVEEREPO != '' }}
Expand All @@ -55,6 +52,9 @@ jobs:
run: |
EEVEEREPO=$(echo "${{ env.EEVEEREPO }}")
echo "EEVEEREPO=$EEVEEREPO" >> $GITHUB_ENV
- name: Install Pyzule
run: bash -c "$(curl https://raw.githubusercontent.com/yodaluca23/pyzule/main/install-pyzule.sh)"

- name: Set EEVEETAG if EEVEEVERSION not provided
if: ${{ github.event.inputs.EEVEEVERSION == '' }}
Expand Down

0 comments on commit abf384e

Please sign in to comment.