From 09b46946b90c646313964d2668ee139c40bebe16 Mon Sep 17 00:00:00 2001 From: Rikki Date: Mon, 7 Apr 2025 16:32:07 +0800 Subject: fix workflow --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 887f95d..2f15d75 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -69,7 +69,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: artifacts/v2stat-amd64 + asset_path: artifacts/v2stat-amd64/v2stat-amd64 asset_name: v2stat-amd64 asset_content_type: application/octet-stream @@ -79,6 +79,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: artifacts/v2stat-arm64 + asset_path: artifacts/v2stat-arm64/v2stat-arm64 asset_name: v2stat-arm64 asset_content_type: application/octet-stream -- cgit v1.2.3