Skip to content

Commit 870a24e

Browse files
committed
update build.yml
1 parent 9e7853c commit 870a24e

File tree

1 file changed

+29
-33
lines changed

1 file changed

+29
-33
lines changed

.github/workflows/build.yml

+29-33
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,34 @@ jobs:
1111
contents: write
1212
strategy:
1313
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
3942

4043
runs-on: ubuntu-latest
4144
env:
@@ -98,11 +101,4 @@ jobs:
98101
repo_token: ${{ secrets.GITHUB_TOKEN }}
99102
file: ./CloudflareScanner_${{ env.ASSET_NAME }}.zip*
100103
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

0 commit comments

Comments
 (0)