Skip to content

Commit

Permalink
ci: fix package json path
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed May 6, 2024
1 parent cd37127 commit 94f9488
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Semantic Release

on:
push:
branches:
- master
pull_request:
workflow_dispatch:

jobs:
release:
name: release
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Test Runner
on: [push, pull_request, workflow_dispatch]

jobs:

#TESTS
tests:
name: Test-${{ matrix.testMode }}-${{ matrix.unityVersion }}
runs-on: ubuntu-latest
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/unity-builder.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Unity Builder

on: [push, pull_request, workflow_dispatch]

on:
push:
branches:
- master
pull_request:
workflow_dispatch:

jobs:

#BUILD
builds:
name: Build-${{ matrix.targetPlatform }}-${{ matrix.unityVersion }}
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@
],

"@semantic-release/github"
]
],
"packageJsonPath": "Assets/LDtkUnity/package.json"
}

0 comments on commit 94f9488

Please sign in to comment.