Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorofeev committed Apr 25, 2021
1 parent c37db44 commit 04c30e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew -Pversion=${{ steps.get_version.outputs.VERSION }} dokkaJavadoc uploadArchives closeAndReleaseRepository
run: ./gradlew -Pversion=${{ steps.get_version.outputs.VERSION }} dokkaJavadoc uploadArchives
- uses: actions/upload-artifact@v1
with:
name: Package
Expand Down

0 comments on commit 04c30e4

Please sign in to comment.