Skip to content

Commit 54cc49f

Browse files
[CD] Name the action which tars the source tarballs
1 parent cf38c0c commit 54cc49f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/releaseBuild.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ jobs:
106106
asset_name: pdf2htmlex-android-${{steps.get_version.outputs.version}}-sources.jar
107107
asset_content_type: application/zip
108108

109-
- run: tar -cf source-tarballs.tar dependency-builder/src/main/cpp/tarballs
109+
- name: Tar the source tarballs
110+
run: tar -cf source-tarballs.tar dependency-builder/src/main/cpp/tarballs
110111

111112
- name: Upload source tarballs
112113
uses: actions/upload-release-asset@v1.0.1

0 commit comments

Comments
 (0)