Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyprocritor authored Jun 7, 2024
1 parent c2ca054 commit c7c166b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
- name: Zip Files
uses: vimtor/[email protected]
with:
files: dist/main/*
dest: dist/blivechat.zip
files: build/main/*
dest: build/blivechat.zip

- name: Upload EXE to GitHub Release
uses: softprops/action-gh-release@v1
with:
files: dist/blivechat.zip # 假设生成的EXE文件在dist目录下
files: build/blivechat.zip # 假设生成的EXE文件在dist目录下
tag_name: ${{ steps.date.outputs.date }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c7c166b

Please sign in to comment.