We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e206fd commit a9bbefdCopy full SHA for a9bbefd
1 file changed
.github/workflows/releasePublisher.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Put release assets where gradle would have kept it after the build
17
run: |
18
mkdir --parents ./pdf2htmlEX/build/outputs/aar
19
- mv ./releaseAssets/pdf2htmlex-android-release.aar $BASEDIR/pdf2htmlEX/build/outputs/aar/
+ mv ./releaseAssets/pdf2htmlex-android-release.aar ./pdf2htmlEX/build/outputs/aar/
20
21
mkdir --parents ./pdf2htmlEX/build/libs
22
mv ./releaseAssets/pdf2htmlex-android-*-javadoc.jar ./pdf2htmlEX/build/libs/
0 commit comments