Skip to content

Commit

Permalink
Change working directory in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinRNDR committed Jan 13, 2024
1 parent 0d82116 commit 7e92e8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,4 @@ jobs:
run: ./gradlew publishToMavenLocal snapshot

- name: Build ORSL
working-directory: ./orsl
run: ./gradlew publishToMavenLocal
run: ./gradlew publishToMavenLocal snapshot

0 comments on commit 7e92e8f

Please sign in to comment.