Skip to content

Commit

Permalink
fix: 修正release unity package时出现路径为空的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
huangqc committed Dec 4, 2024
1 parent b6349e7 commit 763a957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
tag: ${{ inputs.tag }}
nuget-push: true
release-upload: true
release-asset-path: ./DataTables.${{ inputs.tag }}.unitypackage/DataTables.${{ inputs.tag }}.unitypackage
secrets: inherit

cleanup:
Expand Down

0 comments on commit 763a957

Please sign in to comment.