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

ci: update release.yml
  • Loading branch information
tsirysndr committed Nov 2, 2023
1 parent 506fec6 commit c472185
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ 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
steps:
- uses: actions/checkout@v3
- name: Setup Fluent CI
Expand All @@ -26,8 +25,11 @@ jobs:
TAG: ${{ env.RELEASE_VERSION }}
TARGET: ${{ matrix.target }}
- name: Upload release assets
run: fluentci run github_pipeline release_upload
run: |
export FILE=/assets/fluentci_${{ env.RELEASE_VERSION }}_${{ matrix.target }}.tar.gz
fluentci run github_pipeline release_upload
export FILE=/assets/fluentci_${{ env.RELEASE_VERSION }}_${{ matrix.target }}.tar.gz.sha256
fluentci run github_pipeline release_upload
env:
TAG: ${{ env.RELEASE_VERSION }}
FILE: /assets/fluentci_${{ env.RELEASE_VERSION }}_${{ matrix.target }}.${{ matrix.extensions }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c472185

Please sign in to comment.