We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7893669 commit f805c23Copy full SHA for f805c23
flatpak-builder/index.js
@@ -394,7 +394,7 @@ const run = async (config) => {
394
const artifactClient = new DefaultArtifactClient()
395
core.info('Uploading artifact...')
396
// Append the arch to the bundle name to prevent conflicts in multi-arch jobs
397
- const bundleName = config.bundle.replace('.flatpak', '') + `-${config.arch}`
+ const bundleName = config.bundle.replace('.flatpak', '') + `-${config.arch}.flatpak`
398
return artifactClient.uploadArtifact(bundleName, [config.bundle], '.', {
399
continueOnError: false
400
})
0 commit comments