Skip to content

Commit 1bd0adf

Browse files
committed
Update release.yml
1 parent 88e0739 commit 1bd0adf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ jobs:
8383
steps:
8484
- name: Checkout Repository
8585
uses: actions/checkout@v4
86+
- name: Checkout Examples Repository
87+
uses: actions/checkout@v4
88+
with:
89+
repository: processing/processing-examples
90+
path: processing-examples
8691
- name: Install Java
8792
uses: actions/setup-java@v4
8893
with:

0 commit comments

Comments
 (0)