change file name for updaters

pull/12591/head
Sharif Elgamal 2021-09-27 15:30:54 -07:00
parent 9bca7cd29b
commit a8197ac9f5
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ var (
`GO_VERSION: .*`: `GO_VERSION: '{{.StableVersion}}'`,
},
},
".github/workflows/pr_verified.yaml": {
".github/workflows/functional_verified.yml": {
Replace: map[string]string{
`GO_VERSION: .*`: `GO_VERSION: '{{.StableVersion}}'`,
},

View File

@ -53,7 +53,7 @@ var (
`(?U)https://github.com/medyagh/gopogh/releases/download/.*/gopogh`: `https://github.com/medyagh/gopogh/releases/download/{{.StableVersion}}/gopogh`,
},
},
".github/workflows/pr_verified.yaml": {
".github/workflows/functional_verified.yml": {
Replace: map[string]string{
`(?U)https://github.com/medyagh/gopogh/releases/download/.*/gopogh`: `https://github.com/medyagh/gopogh/releases/download/{{.StableVersion}}/gopogh`,
},