Add README and GitHub Action for building and releasing exe #1

Merged
dikkadev merged 1 commit from add-readme-and-github-action into master 2024-12-13 00:27:59 +00:00
dikkadev commented 2024-12-13 00:27:50 +00:00 (Migrated from github.com)

Add README and GitHub Actions workflow for building and releasing executable.

  • README.md

    • Explain the functionality of WindowMaximizer.
    • Provide instructions on how to build the project locally.
    • Mention the GitHub Actions workflow for building and releasing the executable.
    • Recommend using a tool like Clavier+ for handling shortcut hotkeys, with a link to Clavier+.
  • .github/workflows/build-and-release.yml

    • Define a GitHub Actions workflow to trigger on push to the main branch.
    • Set up the build environment with the necessary dependencies.
    • Run the dotnet publish command to build the executable.
    • Upload the executable as an artifact.
    • Create a release and attach the executable artifact.
Add README and GitHub Actions workflow for building and releasing executable. * **README.md** - Explain the functionality of WindowMaximizer. - Provide instructions on how to build the project locally. - Mention the GitHub Actions workflow for building and releasing the executable. - Recommend using a tool like Clavier+ for handling shortcut hotkeys, with a link to Clavier+. * **.github/workflows/build-and-release.yml** - Define a GitHub Actions workflow to trigger on push to the main branch. - Set up the build environment with the necessary dependencies. - Run the `dotnet publish` command to build the executable. - Upload the executable as an artifact. - Create a release and attach the executable artifact.
Sign in to join this conversation.
No description provided.