Skip to content

Commit 2152251

Browse files
committed
Merge branch 'v2-dev'
2 parents da8f03d + 6c6ba1f commit 2152251

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/push-on-main.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ jobs:
1111
runs-on: [self-hosted, Windows, TouchDesigner]
1212
steps:
1313
- name: Check out repository code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
with:
16-
submodules: recursive
17-
token: ${{secrets.SUBMODULE_PAT}}
1816
fetch-depth: 0
1917
fetch-tags: true
18+
submodules: true
2019

2120
- name: SudoMagic TD Package Builder
2221
uses: SudoMagicCode/action-build-td-tox-package@v0.0.5
@@ -63,4 +62,4 @@ jobs:
6362
# Set to true if you want it to stay hidden until you review it
6463
draft: false
6564
prerelease: false
66-
files: ./release/package.zip
65+
files: ./artifacts/package.zip

.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11

2+
artifacts/
3+
scripts/__pycache__/
4+
scripts/td_builder/__pycache__/
25
dev/proto_packages/python/common/
36
TouchDesigner/tdPackages/
4-
scripts/__pycache__/
57

6-
release/latest/
7-
8-
scripts/td_builder/__pycache__/

TouchDesigner/dev-env.toe

4.98 KB
Binary file not shown.

TouchDesigner/tdmPackages.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: TD-SudoSignals-plugin
2-
tdVersion: "2025.32050.Project"
2+
tdVersion: "2025.32460.Project"
33
tdPackages:
4+
- package: github.com/SudoMagicCode/td-packager-comp
5+
releaseTag: v0.2.27
46
- package: github.com/SudoMagicCode/td-comp-icon
5-
releaseTag: v1.1.5
7+
releaseTag: v1.2.8
68
pythonRequirements: []

buildSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"BUILD": "TRUE",
3-
"TD_VERSION": "2025.32050",
2+
"BUILD": true,
3+
"TD_VERSION": "2025.32460",
44
"PROJECT_FILE": "./TouchDesigner/dev-env.toe",
55
"COMP_NAME": "sudoSignals",
66
"BUILD_CONTENTS": "packageZip",

0 commit comments

Comments
 (0)