Skip to content

Commit c0bb794

Browse files
authored
release appbundle
1 parent 08b4af1 commit c0bb794

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/blank2.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
chmod a+x ./mpv-AppImage.sh && ./mpv-AppImage.sh
3131
mkdir dist
3232
mv *.AppImage* dist/
33+
mv *.AppBundle* dist/
3334
3435
- name: Check version file
3536
run: |
@@ -86,6 +87,7 @@ jobs:
8687
make_latest: true
8788
files: |
8889
*.AppImage*
90+
*.AppBundle*
8991
continue-on-error: false
9092

9193
#Snapshot Release
@@ -105,4 +107,5 @@ jobs:
105107
make_latest: false
106108
files: |
107109
*.AppImage*
110+
*.AppBundle*
108111
continue-on-error: false

0 commit comments

Comments
 (0)