diff --git a/.github/workflows/build-and-release-yourself.yml b/.github/workflows/build-and-release-yourself.yml index 6fead67..c5a6102 100644 --- a/.github/workflows/build-and-release-yourself.yml +++ b/.github/workflows/build-and-release-yourself.yml @@ -99,7 +99,9 @@ jobs: with: tag_name: eevee-${{ github.run_number }} name: EeveeSpotify (${{ github.run_number }}) - files: EeveeSpotify.ipa EeveeSpotify-patched.ipa + files: | + EeveeSpotify.ipa + EeveeSpotify-patched.ipa draft: true - name: Output Release URL