Skip to content

Commit

Permalink
- fix: removed job summary
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed May 10, 2024
1 parent d861c2a commit 56c47b4
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,16 @@ jobs:
aws_bucket: shinkai-download
source_dir: files-to-r2
destination_dir: ./shinkai-desktop/binaries/development/

- id: job-url
uses: pl-strflt/job-summary-url-action@v1
- name: Post to a Slack channel

notify-slack:
environment: development
needs:
- prebuild
- release-shinkai-desktop
name: Notify Slack
runs-on: ubuntu-22.04
steps:
- name: Post Shinkai Desktop to a Slack channel
id: slack
uses: slackapi/[email protected]
with:
Expand All @@ -330,13 +336,6 @@ jobs:
"text": "Download it from:\n* <${{ needs.release-shinkai-desktop.outputs.app-url-aarch64-apple-darwin }}|Macos>\n* <${{ needs.release-shinkai-desktop.outputs.app-url-x86_64-pc-windows-msvc }}|Windows>\n* <${{ needs.release-shinkai-desktop.outputs.app-url-x86_64-unknown-linux-gnu }}|Linux>"
}
}
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "_<${{ steps.job-url.outputs.job_summary_url }}|Built on Github CI>_"
}
}
]
}
env:
Expand Down

0 comments on commit 56c47b4

Please sign in to comment.