Skip to content

Commit

Permalink
fix: package
Browse files Browse the repository at this point in the history
  • Loading branch information
ayutaz committed Apr 8, 2023
1 parent 9e32c9c commit 8b2ac51
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release

env:
TARGET_FILE: ./Assets/Fungus/package.json
TARGET_FILE: ./Assets/EasyADV/Scripts/package.json
FILE_NAME: "EasyADV"
BUILD_METHOD: "PackageExporter.Export"

Expand Down
19 changes: 19 additions & 0 deletions Assets/EasyADV/Scripts/EasyADV.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "EasyADV",
"rootNamespace": "",
"references": [
"GUID:007db7f7a4c8f944990d71603a110f82",
"GUID:f51ebe6a0ceec4240a699833d6309b23",
"GUID:cc04cd67926c76747844771fb8e474a5",
"GUID:34cf00d3f10a8f34783a2f8b914a0219"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
7 changes: 7 additions & 0 deletions Assets/EasyADV/Scripts/EasyADV.asmdef.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions Assets/EasyADV/Scripts/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "com.midralab.easy-adv",
"displayName": "Easy ADV",
"version": "0.0.1",
"unity": "2022.2",
"description": "Library for easier ADV production using Fungus and Google Sheet",

"keywords": [
"adv",
"fungus",
"google sheet"
],

"dependencies": {
}
}
3 changes: 3 additions & 0 deletions Assets/EasyADV/Scripts/package.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b2ac51

Please sign in to comment.