Skip to content

Commit d6ecaad

Browse files
authored
Merge pull request #107 from IShix-g/release
Release
2 parents 0b97b55 + 4aaaadf commit d6ecaad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-package-exporter.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
update-packagejson:
9696
needs: check-existing-package
97-
uses: .github/workflows/reusable-update-packagejson.yaml
97+
uses: ./.github/workflows/reusable-update-packagejson.yaml
9898
secrets:
9999
BOT_APP_ID: ${{ secrets.BOT_APP_ID }}
100100
BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }}
@@ -106,7 +106,7 @@ jobs:
106106

107107
build-package:
108108
needs: update-packagejson
109-
uses: .github/workflows/reusable-build-package.yaml
109+
uses: ./.github/workflows/reusable-build-package.yaml
110110
secrets:
111111
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
112112
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
@@ -120,7 +120,7 @@ jobs:
120120
merge-and-push:
121121
needs: update-packagejson
122122
if: ${{ needs.update-package-json.outputs.changed == '1' }}
123-
uses: .github/workflows/reusable-merge-and-push.yaml
123+
uses: ./.github/workflows/reusable-merge-and-push.yaml
124124
secrets:
125125
BOT_APP_ID: ${{ secrets.BOT_APP_ID }}
126126
BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }}

Assets/Plugins/PackageExporter/Editor/Builder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
using System.Collections.Generic;
44
using System.IO;
55
using System.Linq;
6-
using UnityEditor;
76
using UnityEngine;
7+
using UnityEditor;
88

99
namespace PackageExporter.Editor
1010
{

0 commit comments

Comments
 (0)