From 460010e1bc9952f3c1364344ff1e14db9e0d2fed Mon Sep 17 00:00:00 2001 From: "M.Amin Rayej" Date: Fri, 25 Oct 2024 13:39:56 +0330 Subject: [PATCH] add release step --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c94c03..6f4b736 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,6 +142,16 @@ jobs: asset_name: wee8-linux-amd64.tar.xz asset_content_type: application/gzip + - name: Upload Release Asset Linux musl + uses: actions/upload-release-asset@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + upload_url: ${{ steps.create_release.outputs.upload_url }} + asset_path: artifacts/linux-musl-${{matrix.tag}}/wee8.tar.xz + asset_name: wee8-linux-musl.tar.xz + asset_content_type: application/gzip + - name: Upload Release Asset Darwin uses: actions/upload-release-asset@v1 env: