Skip to content

Commit

Permalink
ci(release): update upload job
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 2, 2023
1 parent c472185 commit 25efeb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
TARGET: ${{ matrix.target }}
- name: Upload release assets
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
for ext in tar.gz tar.gz.sha256; do
export FILE=/assets/fluentci_${{ env.RELEASE_VERSION }}_${{ matrix.target }}.$ext
fluentci run github_pipeline release_upload
done
env:
TAG: ${{ env.RELEASE_VERSION }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 25efeb5

Please sign in to comment.