Skip to content

Commit

Permalink
Updating CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryHeres committed Oct 12, 2024
1 parent abd214b commit 2ac5531
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
release_id: `${release_id}`,
name: `SlicerBoneMorphing-${version}.zip`
name: `SlicerBoneMorphing-${version}.zip`,
data: `@SlicerBoneMorphing-${version}.zip`,
headers: {
'content-type': 'application/zip',
}
Expand Down

0 comments on commit 2ac5531

Please sign in to comment.