From 81610e7681311fd2c1b96b4dd10bfcd0937c8c35 Mon Sep 17 00:00:00 2001 From: overtrue Date: Sun, 23 Feb 2025 17:07:04 +0800 Subject: [PATCH] feat: file prefix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 63ae5f6..6bf748f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,7 +94,7 @@ jobs: if: ${{ github.event_name == 'release' }} uses: softprops/action-gh-release@v2 with: - files: ./artifacts/latest.tar.gz + files: ./artifacts/rustfs-console-latest.tar.gz - name: Upload release asset `versioned` if: ${{ github.event_name == 'release' }} uses: softprops/action-gh-release@v2