We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c420baa commit e94653fCopy full SHA for e94653f
.github/workflows/release.yml
@@ -34,6 +34,6 @@ jobs:
34
- name: Upload to release
35
uses: JasonEtco/upload-to-release@master
36
with:
37
- args: target/BankAccounts-${{ steps.version.outputs.VERSION }}.jar application/java-archive
+ args: target/SMPCore-${{ steps.version.outputs.VERSION }}.jar application/java-archive
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments