mirror of
https://github.com/gmeligio/flutter-docker-image.git
synced 2026-05-24 12:30:34 +00:00
ci: linuxReleasesResponse variable (#44)
This commit is contained in:
@@ -26,7 +26,7 @@ module.exports = async ({ core, fetch }) => {
|
||||
|
||||
const linuxReleasesResponse = await downloadReleases(linuxReleasesUrl)
|
||||
|
||||
if (response === false) {
|
||||
if (linuxReleasesResponse === false) {
|
||||
core.setFailed(
|
||||
`Could not download Flutter version manifest from ${fileUrl}.`
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user