Skip to content

Commit

Permalink
Merge pull request #12 from VeyronSakai/setup
Browse files Browse the repository at this point in the history
Add asmdef
  • Loading branch information
VeyronSakai authored Apr 27, 2024
2 parents 2880b05 + 810ee5e commit 2f10c6b
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Assets/GhaUnityBuildReporter/Editor/GhaUnityBuildReporter.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "GhaUnityBuildReporter",
"rootNamespace": "",
"references": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": false,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

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

10 changes: 10 additions & 0 deletions Assets/GhaUnityBuildReporter/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "com.veyron-sakai.gha-unity-build-reporter",
"displayName": "GhaUnityBuildReporter",
"version": "0.0.1",
"unity": "2022.3",
"description": "Automatically posts the build report to GitHub's Job Summaries upon completion of a Unity Build using GitHub Actions.",
"author": {
"name": "Yuki Sakai"
}
}
3 changes: 3 additions & 0 deletions Assets/GhaUnityBuildReporter/package.json.meta

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

0 comments on commit 2f10c6b

Please sign in to comment.