Skip to content

Commit e94653f

Browse files
authored
Fix release workflow build target jar name
Signed-off-by: Zefir <[email protected]>
1 parent c420baa commit e94653f

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
@@ -34,6 +34,6 @@ jobs:
3434
- name: Upload to release
3535
uses: JasonEtco/upload-to-release@master
3636
with:
37-
args: target/BankAccounts-${{ steps.version.outputs.VERSION }}.jar application/java-archive
37+
args: target/SMPCore-${{ steps.version.outputs.VERSION }}.jar application/java-archive
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)