From 8472e34ab32c70a4acfd45fb176afb2f47809fa2 Mon Sep 17 00:00:00 2001 From: Luca LeBlanc <67206487+yodaluca23@users.noreply.github.com> Date: Tue, 18 Jun 2024 23:45:01 -0500 Subject: [PATCH] Update Build and Release.yml --- .github/workflows/Build and Release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build and Release.yml b/.github/workflows/Build and Release.yml index a6d65cc..6bd8654 100644 --- a/.github/workflows/Build and Release.yml +++ b/.github/workflows/Build and Release.yml @@ -4,13 +4,13 @@ on: workflow_dispatch: inputs: SPOTURL: - description: 'Direct URL to Spotify .ipa (mandatory)' + description: 'Direct URL to Spotify .ipa' required: true CHANGEVERSION: - description: 'Change Version Number (Optional)' + description: 'SpotC++ Version Number' required: false EEVEEVERSION: - description: 'EeveeSpotify Version (Optional)' + description: 'EeveeSpotify Version' required: false jobs: