Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyan-sec committed Jan 26, 2025
1 parent 48ef4da commit 09fd03b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,12 @@ jobs:
echo "RedisEXP_All.zip created successfully!"
- name: "List files in dist/"
run: ls -l dist/ # 确保文件确实存在

- name: "Upload RedisExp_All.zip to GitHub Release"
uses: softprops/action-gh-release@v1
with:
files: dist/RedisExp_All.zip # 上传打包好的 ZIP 文件
files: dist/RedisEXP_All.zip # 确保文件名正确,包括大小写
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 09fd03b

Please sign in to comment.