Skip to content

Commit

Permalink
Update build-amd64.yml to fix draft release
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored Jan 24, 2025
1 parent c5aa051 commit 8792a66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ jobs:
- name: list files
run: ls -laR .
- name: draft release
uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
uses: svenstaro/upload-release-action@v2
with:
file: "clang-*"
repo_token: ${{ secrets.GITHUB_TOKEN }}
draft: true
file_glob: true
file: clang-*/**/*

0 comments on commit 8792a66

Please sign in to comment.