Skip to content

Commit 132e695

Browse files
committed
Include the demo project in GitHub Actions artifacts
1 parent d83cf98 commit 132e695

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: checkout
1818
uses: actions/[email protected]
1919
with:
20-
submodules: 'recursive'
20+
submodules: 'recursive'
2121
- name: build
2222
run: ./ci/ci.bash
2323
shell: bash
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
name: godot-pure-data-${{ matrix.os }}
2828
path: work/install
29-
29+
3030
package:
3131
needs: [build]
3232
runs-on: ubuntu-latest
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/[email protected]
4545
with:
4646
name: project
47-
path: project/addons
47+
path: project
4848

4949
publish:
5050
needs: [package]
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/[email protected]
6060
with:
6161
name: project
62-
path: project/addons
62+
path: project
6363
- name: commit
6464
run: |
6565
git config --global user.name 'samsface'

0 commit comments

Comments
 (0)