We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6416a79 commit 3b9ad7dCopy full SHA for 3b9ad7d
.github/workflows/release/github.yml .github/workflows/github.yml.github/workflows/release/github.yml renamed to .github/workflows/github.yml
.github/workflows/release-ci.yml
@@ -46,7 +46,7 @@ jobs:
46
if: github.event.inputs.send_github == 'true'
47
name: Release to GitHub
48
needs: [build-release, build-debug]
49
- uses: ./.github/workflows/release/github.yml
+ uses: ./.github/workflows/github.yml
50
with:
51
title: ${{ inputs.title }}
52
message: ${{ inputs.message }}
@@ -58,7 +58,7 @@ jobs:
58
if: github.event.inputs.send_telegram == 'true'
59
name: Release to Telegram
60
61
- uses: ./.github/workflows/release/telegram.yml
+ uses: ./.github/workflows/telegram.yml
62
63
64
.github/workflows/release/telegram.yml .github/workflows/telegram.yml.github/workflows/release/telegram.yml renamed to .github/workflows/telegram.yml
0 commit comments