We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573343e commit b638c4fCopy full SHA for b638c4f
.github/workflows/publish-unitypackage-release-on-push-tag.yml
@@ -67,12 +67,12 @@ jobs:
67
# https://github.com/pCYSl5EDgo/create-unitypackage
68
- uses: pCYSl5EDgo/create-unitypackage@master
69
with:
70
- package-path: ${{ github.repository.name }}-${{ steps.get_version.outputs.version }}.unitypackage
+ package-path: ${{ github.event.repository.name }}-${{ steps.get_version.outputs.version }}.unitypackage
71
include-files: metalist
72
73
- uses: actions/upload-artifact@master
74
75
- path: /
+ path: ${{ github.event.repository.name }}-${{ steps.get_version.outputs.version }}.unitypackage
76
name: package
77
78
# https://github.com/marketplace/actions/git-release
0 commit comments