Skip to content

Commit

Permalink
Merge pull request #158 from KARPED1EM/develop-3.0.0
Browse files Browse the repository at this point in the history
Develop 3.0.0
  • Loading branch information
KARPED1EM authored Nov 15, 2023
2 parents a4879e1 + 0862dbe commit bb6e0ca
Show file tree
Hide file tree
Showing 205 changed files with 11,928 additions and 6,840 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-json-to-cos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Upload info.json To Cos When File Changed
on:
push:
branches: [ "TONX" ]
paths: [ "Publish/info.json" ]
paths: [ "info.json" ]

permissions:
contents: read
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
import os
import requests
file = './Publish/info.json'
file = './info.json'
size = os.stat(file).st_size
with open (file, 'rb') as file_object:
contents = file_object.read()
Expand Down
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

.vs/

Export/
TONX/obj/
TONX/bin/
TONX/Properties/PublishProfiles/

/TONX/FodyWeavers.xsd
/TONX/FodyWeavers.xml
TONX/Properties/PublishProfiles/
TONX/FodyWeavers.xsd
Binary file removed Publish/BepInEx.IL2CPP.MSBuild.dll
Binary file not shown.
Binary file removed Publish/Csv.dll
Binary file not shown.
Binary file removed Publish/Downloader.dll
Binary file not shown.
Loading

0 comments on commit bb6e0ca

Please sign in to comment.