We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222e12d commit c1d91b0Copy full SHA for c1d91b0
.github/workflows/blank.yml
@@ -5,7 +5,7 @@ concurrency:
5
6
on:
7
schedule:
8
- - cron: "0 16 1/15 * *"
+ - cron: "0 16 1/14 * *"
9
workflow_dispatch:
10
11
jobs:
@@ -22,6 +22,7 @@ jobs:
22
./android-tools-appimage.sh
23
mkdir dist
24
mv *AppImage* dist/
25
+ mv *AppBundle* dist/
26
27
- name: Check version file
28
run: |
@@ -77,6 +78,7 @@ jobs:
77
78
make_latest: true
79
files: |
80
*.AppImage*
81
+ *.AppBundle*
82
continue-on-error: false
83
84
#Snapshot Release
@@ -96,6 +98,7 @@ jobs:
96
98
make_latest: false
97
99
100
101
102
103
104
soar-nest:
0 commit comments