Skip to content

Commit

Permalink
Upload content-hash too
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Aug 6, 2024
1 parent 4227b13 commit 037e50b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ async function uploadAssets({
releaseId,
assetsDir: releaseDir,
// Only upload yml, txz and dappnode_package.json files
matchPattern: /(.*\.ya?ml$)|(.*\.txz$)|(dappnode_package\.json)/,
matchPattern: /(.*\.ya?ml$)|(.*\.txz$)|(dappnode_package\.json)|(content-hash)/,
fileNamePrefix: isMultiVariant ? `${shortDnpName}_` : ""
}).catch((e) => {
console.error(`Error uploading assets from ${releaseDir}`, e);
Expand Down

0 comments on commit 037e50b

Please sign in to comment.