xieyi888 opened a new issue, #4090: URL: https://github.com/apache/incubator-streampark/issues/4090
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### Java Version 1.8 ### Scala Version 2.11.x ### StreamPark Version dev ### Flink Version 1.16.2 ### deploy mode yarn-application ### What happened 1. create resource and upload jar jar name: verify-sloth-1.0-SNAPSHOT.jar  2. create job depend on the resource  3. update the job,and upload jar during update job the upload jar's name is verify-sloth-2.4-SNAPSHOT.jar. which is different from the jar from resource  the job resource is in temp dir, and not upload to Workspace.local().APP_UPLOADS() ``` [root@*** /]# ll /disk1/eadop/streampark/temp/verify-sloth-2.4-SNAPSHOT.jar -rw------- 1 **** **** 16029391 Sep 14 17:54 /disk1/eadop/streampark/temp/verify-sloth-2.4-SNAPSHOT.jar ``` 4. release job fail  ### Error Exception _No response_ ### Screenshots  ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR!(您是否要贡献这个PR?) ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
