Skip to content

Commit

Permalink
Fix sub folder
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Oct 18, 2023
1 parent daa5276 commit aa86735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3
- name: Replace the version number
run: sed -i -e "s/VERSION_TO_CHANGE/${{ github.event.inputs.version }}/g" build.gradle.kts
run: sed -i -e "s/VERSION_TO_CHANGE/${{ github.event.inputs.version }}/g" backend/build.gradle.kts
- name: Publish package
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
with:
Expand Down

0 comments on commit aa86735

Please sign in to comment.