File tree 1 file changed +29
-33
lines changed
1 file changed +29
-33
lines changed Original file line number Diff line number Diff line change @@ -11,31 +11,34 @@ jobs:
11
11
contents : write
12
12
strategy :
13
13
fail-fast : false
14
- matrix :
15
- include :
16
- - goos : darwin
17
- goarch : amd64
18
- - goos : darwin
19
- goarch : arm64
20
- - goos : android
21
- goarch : arm64
22
- - goos : linux
23
- goarch : amd64
24
- - goos : linux
25
- goarch : arm64
26
- - goos : linux
27
- goarch : riscv64
28
- - goos : linux
29
- goarch : mips64
30
- - goos : linux
31
- goarch : mips64le
32
- - goos : linux
33
- goarch : arm
34
- goarm : 7
35
- - goos : windows
36
- goarch : amd64
37
- - goos : windows
38
- goarch : arm64
14
+ matrix :
15
+ include :
16
+ - goos : darwin
17
+ goarch : amd64
18
+ - goos : darwin
19
+ goarch : arm64
20
+
21
+ - goos : android
22
+ goarch : arm64
23
+
24
+ - goos : linux
25
+ goarch : amd64
26
+ - goos : linux
27
+ goarch : arm64
28
+ - goos : linux
29
+ goarch : riscv64
30
+ - goos : linux
31
+ goarch : mips64
32
+ - goos : linux
33
+ goarch : mips64le
34
+ - goos : linux
35
+ goarch : arm
36
+ goarm : 7
37
+
38
+ - goos : windows
39
+ goarch : amd64
40
+ - goos : windows
41
+ goarch : arm64
39
42
40
43
runs-on : ubuntu-latest
41
44
env :
@@ -98,11 +101,4 @@ jobs:
98
101
repo_token : ${{ secrets.GITHUB_TOKEN }}
99
102
file : ./CloudflareScanner_${{ env.ASSET_NAME }}.zip*
100
103
tag : ${{ github.ref }}
101
- file_glob : true
102
-
103
- - name : Send Telegram message
104
- uses : svenstaro/telegram-message-action@v3
105
- with :
106
- to : ${{ secrets.TELEGRAM_CHAT_ID }}
107
- token : ${{ secrets.TELEGRAM_BOT_TOKEN }}
108
- message : " Hello from GitHub Actions! New version is available.(اپدیت جدید منتشر شد)"
104
+ file_glob : true
You can’t perform that action at this time.
0 commit comments