Skip to content

Commit

Permalink
Fix jar name for realease action. (openucx#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
petro-rudenko authored Feb 10, 2022
1 parent 6564c25 commit d0414b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sparkucx-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \
--file pom.xml
cd target
echo "::set-output name=jar_name::$(echo spark-ucx-*-jar-with-dependencies.jar)"
echo "::set-output name=jar_name::$(echo ucx-spark-*-jar-with-dependencies.jar)"
- name: Upload Release Jars
uses: svenstaro/upload-release-action@v1-release
Expand Down

0 comments on commit d0414b8

Please sign in to comment.