Skip to content

Commit 5d604f2

Browse files
authored
Fix release workflow build target jar name (#21)
2 parents c420baa + e94653f commit 5d604f2

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)