Skip to content

Commit

Permalink
CI: upload all xz files
Browse files Browse the repository at this point in the history
Change-Id: I09dc503f42bf2b135ea47f39388b0bc34b93341c
Signed-off-by: Vaisakh Murali <[email protected]>
  • Loading branch information
mvaisakh committed Feb 14, 2024
1 parent 6636bb6 commit 881818e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/toolchain-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
run: echo "TAG_NAME='GCC Build $(date -u +%d%m%Y%I%M)'" >> $GITHUB_ENV
- name: Create Release
run: |
gh release create ${{ env.TAG_NAME }} -F aarch64-tarball/gcc-version *.xz
gh release create ${{ env.TAG_NAME }} -F aarch64-tarball/gcc-version */*.xz
send-day:
needs: [publish-release]
Expand Down

0 comments on commit 881818e

Please sign in to comment.