Skip to content

Commit 7f5a16c

Browse files
committed
Apply suggestions from code review
1 parent 2da077a commit 7f5a16c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flatpak-builder/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ const modifyManifest = (manifest, runTests = false, testEnv = {}) => {
215215
const build = async (manifest, manifestPath, cacheHitKey, config) => {
216216
const appId = manifest['app-id'] || manifest.id
217217
const branch = manifest.branch || config.branch
218-
let retUploadToGithub = ''
219218
let cacheKey
220219
if (config.cacheBuildDir) { cacheKey = await config.cacheKey() }
221220

@@ -258,7 +257,8 @@ const build = async (manifest, manifestPath, cacheHitKey, config) => {
258257
}
259258

260259
if ((config.gitHubTag !== "") && config.buildBundle) {
261-
core.info(`Uploadading ${config.bundle} to GitHub tag ${config.gitHubTag}...`)
260+
core.info(`Uploading ${config.bundle} to GitHub tag ${config.gitHubTag}...`)
261+
let retUploadToGithub = ''
262262
const ghArgs = [
263263
'release',
264264
'upload',

0 commit comments

Comments
 (0)