Skip to content

Commit

Permalink
Update bflat-cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Oct 29, 2022
1 parent 9684197 commit 0f274cd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/bflat-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,3 +293,13 @@ jobs:
asset_path: libs/bflat-libs-linux-glibc-arm64.zip
asset_name: bflat-libs-linux-glibc-arm64.zip
asset_content_type: application/zip

- name: Upload libs (linux-bionic-arm64)
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: libs/bflat-libs-linux-bionic-arm64.zip
asset_name: bflat-libs-linux-bionic-arm64.zip
asset_content_type: application/zip

0 comments on commit 0f274cd

Please sign in to comment.