Skip to content

Commit

Permalink
update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptechgithub committed Apr 4, 2024
1 parent 9e7853c commit 870a24e
Showing 1 changed file with 29 additions and 33 deletions.
62 changes: 29 additions & 33 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,34 @@ jobs:
contents: write
strategy:
fail-fast: false
matrix:
include:
- goos: darwin
goarch: amd64
- goos: darwin
goarch: arm64
- goos: android
goarch: arm64
- goos: linux
goarch: amd64
- goos: linux
goarch: arm64
- goos: linux
goarch: riscv64
- goos: linux
goarch: mips64
- goos: linux
goarch: mips64le
- goos: linux
goarch: arm
goarm: 7
- goos: windows
goarch: amd64
- goos: windows
goarch: arm64
matrix:
include:
- goos: darwin
goarch: amd64
- goos: darwin
goarch: arm64

- goos: android
goarch: arm64

- goos: linux
goarch: amd64
- goos: linux
goarch: arm64
- goos: linux
goarch: riscv64
- goos: linux
goarch: mips64
- goos: linux
goarch: mips64le
- goos: linux
goarch: arm
goarm: 7

- goos: windows
goarch: amd64
- goos: windows
goarch: arm64

runs-on: ubuntu-latest
env:
Expand Down Expand Up @@ -98,11 +101,4 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./CloudflareScanner_${{ env.ASSET_NAME }}.zip*
tag: ${{ github.ref }}
file_glob: true

- name: Send Telegram message
uses: svenstaro/telegram-message-action@v3
with:
to: ${{ secrets.TELEGRAM_CHAT_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
message: "Hello from GitHub Actions! New version is available.(اپدیت جدید منتشر شد)"
file_glob: true

0 comments on commit 870a24e

Please sign in to comment.