mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 13:21:07 +01:00
Update release.yml
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -83,6 +83,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Checkout Examples Repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: processing/processing-examples
|
||||
path: processing-examples
|
||||
- name: Install Java
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user