Skip to content

Commit 573343e

Browse files
committed
edit gitaction
1 parent 94ff438 commit 573343e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-unitypackage-release-on-push-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# https://github.com/pCYSl5EDgo/create-unitypackage
6868
- uses: pCYSl5EDgo/create-unitypackage@master
6969
with:
70-
package-path: ${{ github.repository }}-${{ steps.get_version.outputs.version }}.unitypackage
70+
package-path: ${{ github.repository.name }}-${{ steps.get_version.outputs.version }}.unitypackage
7171
include-files: metalist
7272

7373
- uses: actions/upload-artifact@master

0 commit comments

Comments
 (0)