Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
RayWangQvQ committed Mar 8, 2023
1 parent 12c63ad commit e896c35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ jobs:
echo "release_content<<EOF" >> $GITHUB_OUTPUT
echo "$content" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
cd ${{ github.workspace }}/src/Ray.BiliBiliTool.Console/bin/Publish
- name: Upload release asset
id: upload-release-asset
uses: softprops/action-gh-release@v1
with:
files: ${{ github.workspace }}/src/Ray.BiliBiliTool.Console/bin/Publish/*.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 e896c35

Please sign in to comment.