Skip to content

Commit b638c4f

Browse files
committed
edit gitaction
1 parent 573343e commit b638c4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

7373
- uses: actions/upload-artifact@master
7474
with:
75-
path: /
75+
path: ${{ github.event.repository.name }}-${{ steps.get_version.outputs.version }}.unitypackage
7676
name: package
7777

7878
# https://github.com/marketplace/actions/git-release

0 commit comments

Comments
 (0)