We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c251ec commit 5243496Copy full SHA for 5243496
1 file changed
.github/workflows/build.yml
@@ -65,7 +65,7 @@ jobs:
65
with:
66
name: ModApi.Updater-${{ env.GIT_REVISION }}
67
path: Updater/ModApi.Updater/bin/Release/*.exe
68
- create-draft-release:
+ publish-github:
69
runs-on: windows-2022
70
needs: [ build ]
71
if: github.ref_type == 'tag'
@@ -110,7 +110,7 @@ jobs:
110
tag: ${{ env.GIT_REVISION }}
111
artifacts: artifact/*
112
113
- release-cloudflare:
+ publish-cloudflare:
114
115
116
0 commit comments