diff --git a/.circleci/config.yml b/.circleci/config.yml index a81f3ab..c1730df 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,7 +53,7 @@ jobs: name: Export unitypackage command: /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod PackageExporter.Export working_directory: . - - store_artifacts: + - store_artifacts: path: ./UniRx.Async.unitypackage destination: /UniRx.Async.unitypackage workflows: