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 6d0ebe5 commit f226283Copy full SHA for f226283
.github/workflows/copy-to-workspace.yml
@@ -21,7 +21,7 @@ env:
21
SRC_BRANCH: master
22
WORK_PATH: /.
23
DEST_BRANCH: workspace
24
- DEST_PATH: Assets/unity-utils/
+ DEST_PATH: Packages/unity-utils/
25
26
jobs:
27
copy:
.github/workflows/manual-copy.yml
@@ -9,7 +9,7 @@ on:
9
workflow_dispatch:
10
inputs:
11
SRC_PATH:
12
- default: Assets/unity-utils/
+ default: Packages/unity-utils/
13
description: copy to dstPath
14
required: true
15
DST_PATH:
0 commit comments