Make It Easy for People to Use Your Open Source App

Поділитися
Вставка
  • Опубліковано 3 чер 2024
  • Steps mentioned in the video:
    1) Add .github/.workflows/release.yml to your directory
    2) Config how your code should be compiled and built
    3) Commit your changes and push to Github
    4) Add git tag and push to Github
    5) Check "Action" section in your repository and wait for it to done
    6) Check "Release" section and add release note as you want
    7) You're done :)
    Full code repository:
    github.com/RezaRafia/Speedy
    All Github actions:
    github.com/marketplace?type=a...
    Chapters:
    0:00 - Intro
    0:50 - What Is the Solution ?
    1:50 - Real Life Example
    5:15 - What Is Next ?

КОМЕНТАРІ • 3

  • @raihanhossain3423
    @raihanhossain3423 25 днів тому

    Will it work as a uninterrupted internet connection? If one connection goes down then other will stay alive without any connection lose?

    • @RezaBuilds
      @RezaBuilds  23 дні тому

      Yes that's right, you can use it to get an overall more stable connection. Especially when you're doing something like live streaming.

    • @raihanhossain3423
      @raihanhossain3423 23 дні тому

      @@RezaBuilds thanks for your information. Will try it soon