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 553de84 commit c2ca054
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: 'true'

- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%dT%H-%M-%S')"
Expand Down Expand Up @@ -53,5 +56,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: dist/blivechat.zip # 假设生成的EXE文件在dist目录下
tag_name: ${{ steps.date.outputs.date }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c2ca054

Please sign in to comment.