Skip to content

Commit

Permalink
ci: update release.yml
Browse files Browse the repository at this point in the history
ci: update release.yml

ci: update release.yml

ci: update release.yml

ci: update release.yml

ci: update release.yml

ci: update release.yml

ci: update release.yml
  • Loading branch information
tsirysndr committed Nov 2, 2023
1 parent 506fec6 commit d47f252
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ on:

jobs:
build:
name: release
runs-on: ubuntu-latest
strategy:
matrix:
include:
- target:
- x86_64-unknown-linux-gnu
- x86_64-apple-darwin
- aarch64-apple-darwin
extensions: tar.gz tar.gz.sha256
target:
- x86_64-unknown-linux-gnu
- x86_64-apple-darwin
- aarch64-apple-darwin
extensions:
- tar.gz
- tar.gz.sha256
steps:
- uses: actions/checkout@v3
- name: Setup Fluent CI
Expand Down

0 comments on commit d47f252

Please sign in to comment.