diff --git a/.github/workflows/Create Release.yml b/.github/workflows/Create Release.yml new file mode 100644 index 0000000..a0fda97 --- /dev/null +++ b/.github/workflows/Create Release.yml @@ -0,0 +1,42 @@ +name: Create Easy Logotweak Release + +permissions: + id-token: "write" + contents: "write" + packages: "write" + pull-requests: "read" + +on: + push: + tags: + - v* + + +jobs: + tagged-release: + name: Tagged release + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: Get version + run: | + TAG="${{ github.ref_name }}" + echo "BUILD_VERSION=${TAG#v}" >> $GITHUB_ENV + - name: Install 7-Zip + run: sudo apt-get update && sudo apt-get install p7zip-full + - name: Compress SD_CARD contents + run: | + 7z a ../Easy-LogoTweak_v${{ env.BUILD_VERSION }}.zip . && cd .. + working-directory: ./SD_CARD + + - name: Create Release + uses: marvinpinto/action-automatic-releases@latest + with: + repo_token: ${{ secrets.GITHUB_TOKEN }} + title: "Easy Logotweak v${{ env.BUILD_VERSION }}" + prerelease: false + files: ./*.zip + draft: false + # automatic_release_tag: latest + diff --git a/README.md b/README.md index ac1c042..e7b9dae 100644 --- a/README.md +++ b/README.md @@ -30,21 +30,14 @@ The community has made some excellent tutorial videos, I invite you to have a lo ------------------------------------------------ ## Download -[Click here for direct download](https://download-directory.github.io/?url=https%3A%2F%2Fgithub.com%2Fschmurtzm%2FMiyoo-Mini-easy-logotweak%2Ftree%2Fmain%2FSD_CARD%2FApp) - - -Or use the "normal" way to download sources on Github : - - - -More details in the video about Easy LogoTweak made by Retro Game Corps : https://youtu.be/fMhtj9VQRSk?t=111 +[Click here to get the last version released](https://github.com/schmurtzm/test-temp/releases/) ------------------------------------------------ ## Installation #### To use with Onion-OS ``` - 1 - Open the downloaded archive and extract "logotweak" folder in your "App" folder. + 1 - Open the downloaded archive and extract the content of the archive at the root of your SD card. 2 - Run the app logotweak, and choose your logo. That' all : power off -> power on to see the result ;) ``` #### To use with MiniUI @@ -68,7 +61,7 @@ More technical details about logo creation in the detailed documentation below. An excellent tutorial video about Easy LogoTweak made by Retro Game Corps (click on the picture to view it) : -(great instructions about how to download from github, the problem on MiniUI mentioned in this video has been solved in version 1.3) +(great instructions about how to download from github (deprecated since 3.0.4), the problem on MiniUI mentioned in this video has been solved in version 1.3) [![An excellent tutorial video made by Retro Game Corps](https://img.youtube.com/vi/fMhtj9VQRSk/0.jpg)](https://youtu.be/fMhtj9VQRSk]) @@ -260,6 +253,7 @@ Do not hesitate, **Participate**, there are many ways : - Or you can buy me a coffee to keep me awake during night coding sessions :dizzy_face: ! Buy me a coffee

+ Your contributions make a huge difference in keeping these projects alive ! @@ -271,4 +265,4 @@ Your contributions make a huge difference in keeping these projects alive ! [patreon]: https://www.patreon.com/schmurtz =========================================================================== - + \ No newline at end of file