Skip to content

Commit 5243496

Browse files
committed
ci: rename publish jobs
1 parent 8c251ec commit 5243496

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
name: ModApi.Updater-${{ env.GIT_REVISION }}
6767
path: Updater/ModApi.Updater/bin/Release/*.exe
68-
create-draft-release:
68+
publish-github:
6969
runs-on: windows-2022
7070
needs: [ build ]
7171
if: github.ref_type == 'tag'
@@ -110,7 +110,7 @@ jobs:
110110
tag: ${{ env.GIT_REVISION }}
111111
artifacts: artifact/*
112112

113-
release-cloudflare:
113+
publish-cloudflare:
114114
runs-on: windows-2022
115115
needs: [ build ]
116116
if: github.ref_type == 'tag'

0 commit comments

Comments
 (0)