Skip to content

Commit

Permalink
makeyyy
Browse files Browse the repository at this point in the history
  • Loading branch information
huahua132 committed Sep 29, 2024
1 parent 24328ee commit fcf9bed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ jobs:
- name: Create GitHub Release
uses: softprops/action-gh-release@master
with:
files: /home/runner/work/skynet_fly/skynet_fly/skynet_fly-master.tar.gz
files: skynet_fly-master.tar.gz
tag_name: master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

permissions:
contents: write # 保证GITHUB_TOKEN有足够的权限

0 comments on commit fcf9bed

Please sign in to comment.