Skip to content

Commit

Permalink
added method to build with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalvagno committed Jan 10, 2025
1 parent 196b9c8 commit 21a5e4e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ dotnet --info
The =Cyz2Json= program can then be compiled by cloning the project
from GitHub and typing =dotnet build -o bin=.

** Build with GitHub actions
just need to add new tag
#+begin_src bash
git tag v0.0.47
git push origin v0.0.47
#+end_src


* Running the program

Expand Down

0 comments on commit 21a5e4e

Please sign in to comment.