Skip to content

Commit c4e3ec3

Browse files
authored
fix: logo (#439)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated internal release announcement workflow configuration for improved logo verification handling. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 4aab73e commit c4e3ec3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/announce-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
- name: Verify logo file exists
2222
run: |
2323
ls -la ${{ github.workspace }}/pr_logo/
24-
if [ ! -f "${{ github.workspace }}/pr_logo/long_logo_hpc.png" ]; then
24+
if [ ! -f "${{ github.workspace }}/pr_logo/logo_dark.png" ]; then
2525
echo "ERROR: Logo file not found!"
2626
exit 1
2727
fi
28-
echo "Logo file found at: ${{ github.workspace }}/pr_logo/long_logo_hpc.png"
28+
echo "Logo file found at: ${{ github.workspace }}/pr_logo/logo_dark.png"
2929
3030
- name: Post to Mastodon
3131
uses: snakemake/mastodon-release-post-action@main # == latest

0 commit comments

Comments
 (0)