Skip to content

Commit

Permalink
feat: initial release (#1)
Browse files Browse the repository at this point in the history
Release-As: 0.1.0
  • Loading branch information
Xenira authored Mar 10, 2024
1 parent 9e4309a commit aef2041
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
name: plugin
- name: Copy Files
run: |
mkdir -p ./artifact/BepInEx/plugins/ttik
cp pi_utils.* ./artifact/BepInEx/plugins/ttik
mkdir -p ./artifact/BepInEx/plugins/ttik/assets
cp ttik.* ./artifact/BepInEx/plugins/ttik
cp -r ./unity/AssetBundles/StandaloneWindows/* ./artifact/BepInEx/plugins/ttik/assets
cp {README.adoc,CHANGELOG.md,LICENSE,manifest.json,icon.png} ./artifact/
- name: Upload Release Asset Artifact
Expand Down
Empty file added CHANGELOG.md
Empty file.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ image:https://img.shields.io/github/license/{repo}["License", link="https://gith

++++
<p align="center">
<img src="https://github.com/{repo}/raw/master/icon.png" width="256" />
<img src="https://github.com/Xenira/TTIK/raw/master/icon.png" width="256" />
</p>
++++

Expand Down

0 comments on commit aef2041

Please sign in to comment.