Skip to content

Commit 3b9ad7d

Browse files
authored
.
1 parent 6416a79 commit 3b9ad7d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/release-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: github.event.inputs.send_github == 'true'
4747
name: Release to GitHub
4848
needs: [build-release, build-debug]
49-
uses: ./.github/workflows/release/github.yml
49+
uses: ./.github/workflows/github.yml
5050
with:
5151
title: ${{ inputs.title }}
5252
message: ${{ inputs.message }}
@@ -58,7 +58,7 @@ jobs:
5858
if: github.event.inputs.send_telegram == 'true'
5959
name: Release to Telegram
6060
needs: [build-release, build-debug]
61-
uses: ./.github/workflows/release/telegram.yml
61+
uses: ./.github/workflows/telegram.yml
6262
with:
6363
title: ${{ inputs.title }}
6464
message: ${{ inputs.message }}

0 commit comments

Comments
 (0)