mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
added windows diagnostics
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -327,7 +327,7 @@ jobs:
|
||||
core.setOutput('notes', notes);
|
||||
|
||||
- name: Notify Discord
|
||||
if: steps.check_artifacts.outputs.has_artifacts == 'true'
|
||||
if: steps.check_artifacts.outputs.has_artifacts == 'true' && !endsWith(github.ref_name, '-RC')
|
||||
uses: sarisia/actions-status-discord@v1
|
||||
with:
|
||||
webhook: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
||||
|
||||
Reference in New Issue
Block a user