From 341022cd214b1f68647cd91af9664a0467c636f9 Mon Sep 17 00:00:00 2001 From: iorebuild Date: Thu, 10 Apr 2025 21:39:20 +0800 Subject: [PATCH] Release v1.0.6 --- .gitea/workflows/AutoRelease.yaml | 10 ++++++++++ Bin/test.bin | 0 2 files changed, 10 insertions(+) create mode 100644 Bin/test.bin diff --git a/.gitea/workflows/AutoRelease.yaml b/.gitea/workflows/AutoRelease.yaml index 90621c0..fc46029 100644 --- a/.gitea/workflows/AutoRelease.yaml +++ b/.gitea/workflows/AutoRelease.yaml @@ -73,6 +73,16 @@ jobs: -m "Release ${{ steps.extract_version.outputs.version }}" git push origin ${{ steps.extract_version.outputs.version }} + - name: 查找 .bin 文件 + id: find-bin-files + env: + # 这里的 your_folder_path 要替换为实际的文件夹路径 + your_folder_path: ./Bin + run: | + BIN_FILES=$(find your_folder_path -name "test.bin" -print0 | tr '\0' ',') + BIN_FILES=${BIN_FILES%,} # 移除最后一个逗号 + echo "bin_files=$BIN_FILES" >> $GITHUB_OUTPUT + - name: 创建Gitea发布 uses: https://gitea.com/actions/gitea-release-action@main with: diff --git a/Bin/test.bin b/Bin/test.bin new file mode 100644 index 0000000..e69de29