Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
RayWangQvQ committed Mar 8, 2023
1 parent e1d1873 commit 9357a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Copy zip files
run: |
cp -f ./src/Ray.BiliBiliTool.Console/bin/Publish/*.zip /
cp -f ./src/Ray.BiliBiliTool.Console/bin/Publish/*.zip ./
- name: Get release content
id: release_content
Expand All @@ -56,7 +56,7 @@ jobs:
id: upload-release-asset
uses: softprops/action-gh-release@v1
with:
files: /*.zip
files: ./*.zip
token: ${{ secrets.GITHUB_TOKEN }}
name: BiliBiliToolPro-V${{ github.event.inputs.version }}
tag_name: ${{ github.event.inputs.version }}
Expand Down

0 comments on commit 9357a71

Please sign in to comment.