Skip to content

Commit

Permalink
CI: Update release exe
Browse files Browse the repository at this point in the history
Signed-off-by: Caijinglong <cjl_spy@163.com>
  • Loading branch information
CaiJingLong committed Apr 25, 2024
1 parent 73c193d commit 3e2a7b6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ jobs:
upload:
strategy:
matrix:
os: [windows, macos, ubuntu]
os:
- windows
- macos
- ubuntu
runs-on: ${{ matrix.os }}-latest
name: Upload ${{ matrix.os }} binaries to release ${{ github.event.release.tag_name }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
with:
sdk: stable
Expand Down

0 comments on commit 3e2a7b6

Please sign in to comment.