Skip to content

Commit

Permalink
Test action 2
Browse files Browse the repository at this point in the history
  • Loading branch information
chen08209 committed Oct 14, 2024
1 parent b62075b commit 4c64bdf
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ jobs:
include:
- platform: android
os: ubuntu-latest
- platform: windows
os: windows-latest
arch: amd64
- platform: linux
os: ubuntu-latest
arch: amd64
- platform: macos
os: macos-13
arch: amd64
- platform: macos
os: macos-latest
arch: arm64
# - platform: windows
# os: windows-latest
# arch: amd64
# - platform: linux
# os: ubuntu-latest
# arch: amd64
# - platform: macos
# os: macos-13
# arch: amd64
# - platform: macos
# os: macos-latest
# arch: arm64

steps:
- name: Setup Mingw64
Expand Down Expand Up @@ -180,9 +180,9 @@ jobs:
media="${media}]"
curl -X POST "https://localhost:8080/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendMediaGroup" \
-F "chat_id=${CHAT_ID}" \
-F "media=$media" \
$curl_files
-F "chat_id=${CHAT_ID}" \
-F "media=$media" \
$curl_files
- name: Release
if: ${{ !contains(github.ref, '+') }}
Expand Down

0 comments on commit 4c64bdf

Please sign in to comment.