We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e8eb2d + f642369 commit f9d99f6Copy full SHA for f9d99f6
.github/workflows/ibmi_release.yml
@@ -55,7 +55,7 @@ jobs:
55
id: find_rpm
56
run: |
57
$scp_dist_command
58
- echo "RPM_FILE_PATH=$(find . -name '*.rpm' -print -quit)" >> $GITHUB_OUTPUT
+ echo "RPM_FILE_PATH=$(find . -name 'tobi-*.rpm' -print -quit)" >> $GITHUB_OUTPUT
59
- name: Cleanup remote build dir
60
if: always()
61
run: $ssh_command "rm -fr $remote_build_dir"
CHANGELOG
@@ -1,4 +1,4 @@
1
-* Thu Mar 12 2026 Het Patel <het.patel@ibm.com> - 3.2.0
+* Thu Mar 12 2026 Het Patel <het.patel@ibm.com> - 3.2.1
2
- Added a new feature for IASP support.
3
- Fixed Label on Table issue.
4
- Fixed Compile issue.
0 commit comments