Skip to content

Commit

Permalink
fix: a pom artifact don't have sources or javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelautert committed Dec 5, 2024
1 parent dac5237 commit bb7a391
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/upload_asset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ upload_asset() {
--data-binary @$file "$UPLOAD_URL?name=$(basename $file)"
}

declare -a StringArray=(".pom" ".pom.asc" ".pom.md5" ".pom.sha1" \
"-javadoc.jar" "-javadoc.jar.asc" "-javadoc.jar.md5" "-javadoc.jar.sha1" \
"-sources.jar" "-sources.jar.asc" "-sources.jar.md5" "-sources.jar.sha1" )
declare -a StringArray=(".pom" ".pom.asc" ".pom.md5" ".pom.sha1" )

for val in "${StringArray[@]}"; do
FILE=$ASSET_DIR/$ASSET_NAME_PREFIX$VERSION$val
Expand Down

0 comments on commit bb7a391

Please sign in to comment.