Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cushon authored Feb 16, 2024
1 parent 865cdf8 commit 250fa9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
tag_name: "v${{ github.event.inputs.version }}"
target_commitish: ${{ env.TARGET_COMMITISH }}
files: |
core/target/google-java-format*
core/target/google-java-format-*.jar
eclipse_plugin/target/google-java-format-eclipse-plugin-*.jar
build-native-image:
Expand Down

0 comments on commit 250fa9b

Please sign in to comment.