Skip to content

Commit 250fa9b

Browse files
authored
Update release.yml
Only update `.jar` files from main build This un-does a change made in anticipation of uploading native image artifacts, but they are uploaded by separate steps, and we want to exclude other outputs the maven build generates.
1 parent 865cdf8 commit 250fa9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
tag_name: "v${{ github.event.inputs.version }}"
7878
target_commitish: ${{ env.TARGET_COMMITISH }}
7979
files: |
80-
core/target/google-java-format*
80+
core/target/google-java-format-*.jar
8181
eclipse_plugin/target/google-java-format-eclipse-plugin-*.jar
8282
8383
build-native-image:

0 commit comments

Comments
 (0)