Skip to content

Commit

Permalink
fix: Corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmunday committed Apr 4, 2024
1 parent 264c3bf commit b2d6494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
id: pkg_path
run: |
echo "AMZN2023_RPM=$(
ls -1 build-tools/AmazonLinux_2O23/slurm-mail*.rpm
ls -1 build-tools/AmazonLinux_2023/slurm-mail*.rpm
)" >> $GITHUB_ENV
- name: Create md5sum for Amazon Linux 2023 RPM
run: md5sum ${{ env.AMZN2023_RPM }} > ${{ env.AMZN2023_RPM }}.md5sum
Expand Down

0 comments on commit b2d6494

Please sign in to comment.