Skip to content

Commit

Permalink
Create a release and upload the binary
Browse files Browse the repository at this point in the history
  • Loading branch information
tanelso2 committed Dec 24, 2024
1 parent 7447f99 commit 195fcc6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,13 @@ jobs:
- name: Nimble test
run: |
nimble test
- name: Create Release
uses: softprops/action-gh-release@v2
with:
files: tiny_container_manager
fail_on_unmatched_files: true
generate_release_notes: true
on:
push:
branches: ["main"]

0 comments on commit 195fcc6

Please sign in to comment.