Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KoolShow committed Feb 14, 2024
1 parent c3c2517 commit 138a7ea
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,8 @@ jobs:
7z a -tzip Pili-windows-x64.zip -r build/windows/x64/runner/Release/*
shell: bash

- name: 构建和发布release
uses: ncipollo/release-action@v1
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
# release title
name: v${{ steps.version.outputs.version }}
artifacts: "Pili-windows-x64.zip"
bodyFile: "change_log/${{steps.version.outputs.version}}.md"
token: ${{ secrets.GIT_TOKEN }}
allowUpdates: true
name: Pili-Windows-x64
path: Pili-windows-x64.zip

0 comments on commit 138a7ea

Please sign in to comment.