Skip to content

Commit c1d91b0

Browse files
authored
add appbundle
1 parent 222e12d commit c1d91b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/blank.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ concurrency:
55

66
on:
77
schedule:
8-
- cron: "0 16 1/15 * *"
8+
- cron: "0 16 1/14 * *"
99
workflow_dispatch:
1010

1111
jobs:
@@ -22,6 +22,7 @@ jobs:
2222
./android-tools-appimage.sh
2323
mkdir dist
2424
mv *AppImage* dist/
25+
mv *AppBundle* dist/
2526
2627
- name: Check version file
2728
run: |
@@ -77,6 +78,7 @@ jobs:
7778
make_latest: true
7879
files: |
7980
*.AppImage*
81+
*.AppBundle*
8082
continue-on-error: false
8183

8284
#Snapshot Release
@@ -96,6 +98,7 @@ jobs:
9698
make_latest: false
9799
files: |
98100
*.AppImage*
101+
*.AppBundle*
99102
continue-on-error: false
100103

101104
soar-nest:

0 commit comments

Comments
 (0)