We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83cf98 commit 132e695Copy full SHA for 132e695
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: checkout
18
uses: actions/[email protected]
19
with:
20
- submodules: 'recursive'
+ submodules: 'recursive'
21
- name: build
22
run: ./ci/ci.bash
23
shell: bash
@@ -26,7 +26,7 @@ jobs:
26
27
name: godot-pure-data-${{ matrix.os }}
28
path: work/install
29
-
+
30
package:
31
needs: [build]
32
runs-on: ubuntu-latest
@@ -44,7 +44,7 @@ jobs:
44
45
46
name: project
47
- path: project/addons
+ path: project
48
49
publish:
50
needs: [package]
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
- name: commit
64
run: |
65
git config --global user.name 'samsface'
0 commit comments