Skip to content

Commit

Permalink
[WIP] Updated release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrancodes committed Oct 4, 2023
1 parent 8f0c8a9 commit 1212a04
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,10 @@ jobs:
owner, repo,
tag: process.env.GITHUB_REF.replace("refs/tags/", ""),
});
await github.repos.uploadReleaseAsset({
owner, repo,
name: "harbor",
data: await fs.readFile("./builds/harbor"),
release_id: release.data.id,
});

0 comments on commit 1212a04

Please sign in to comment.