summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRikki <i@rikki.moe>2025-04-07 16:32:07 +0800
committerRikki <i@rikki.moe>2025-04-07 16:32:07 +0800
commit09b46946b90c646313964d2668ee139c40bebe16 (patch)
tree0e1e62368218f0ec51f1f3cf42a3710dfabc6308
parente74537f9641e152e2e28bdc5b03d3f4015433994 (diff)
fix workflow
-rw-r--r--.github/workflows/release.yaml4
1 files 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