Skip to content

Commit

Permalink
Replace build with publishToMavenLocal
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinRNDR committed Sep 16, 2022
1 parent 600e79a commit 38f1181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Build OPENRNDR
working-directory: ./openrndr
run: ./gradlew build -Prelease.version=0.5.1-SNAPSHOT publishToMavenLocal
run: ./gradlew publishToMavenLocal -Prelease.version=0.5.1-SNAPSHOT

- name: Build ORX
run: ./gradlew build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Build OPENRNDR
working-directory: ./openrndr
run: ./gradlew build -Prelease.version=0.5.1-SNAPSHOT publishToMavenLocal
run: ./gradlew publishToMavenLocal -Prelease.version=0.5.1-SNAPSHOT

- name: Build ORX
run: ./gradlew build
Expand Down

0 comments on commit 38f1181

Please sign in to comment.