Skip to content

Commit adfdb52

Browse files
committed
real 3
1 parent 0a0dcfc commit adfdb52

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-release-yourself.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ jobs:
9999
with:
100100
tag_name: eevee-${{ github.run_number }}
101101
name: EeveeSpotify (${{ github.run_number }})
102-
files: EeveeSpotify.ipa EeveeSpotify-patched.ipa
102+
files: |
103+
EeveeSpotify.ipa
104+
EeveeSpotify-patched.ipa
103105
draft: true
104106

105107
- name: Output Release URL

0 commit comments

Comments
 (0)