Skip to content

Commit

Permalink
change release message
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf committed Dec 13, 2024
1 parent 7ec310b commit 4c22c85
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: check-version
uses: salsify/action-detect-and-tag-new-version@v2.0.3
with:
tag-template: '{VERSION}'
tag-template: "{VERSION}"
version-command: |
bash -o pipefail -c "cat ./assets/config.json | jq -r '.version'"
Expand All @@ -46,14 +46,6 @@ jobs:
- **Security Settings**: Temporarily disable your antivirus and firewall to prevent any issues with missing dependencies during installation.
### Installation Steps
1. **Download**: Get the .zip file from [this link](https://github.com/IAHispano/Applio/archive/refs/tags/${{ steps.check-version.outputs.tag }}.zip).
2. **Run the Installer**: Extract the files and execute the \`run-install.bat\` script.
3. **Start Applio**: Launch Applio by running the \`run-applio.bat\` script.
### Prefer a Simpler Installation?
> [!TIP]
> For the best experience, we highly recommend using the pre-compiled version. Compiling the code yourself may lead to instabilities.
- **Download Compiled Version**: Get the zip from [this link](https://huggingface.co/IAHispano/Applio/resolve/main/Compiled/Windows/ApplioV${{ steps.check-version.outputs.tag }}.zip).
- **Run Applio**: Extract the `.zip` file, then open the \`run-applio.bat\` file.
Expand Down Expand Up @@ -161,12 +153,6 @@ jobs:
- **Path Requirements**: Ensure the installation path is free of spaces or special characters.
- **Security Settings**: Temporarily disable your antivirus and firewall to prevent any issues with missing dependencies during installation.
### Installation Steps
1. **Download**: Get the .zip file from [this link](https://github.com/IAHispano/Applio/archive/refs/tags/${{ steps.check-version.outputs.tag }}.zip).
2. **Run the Installer**: Extract the files and execute the \`run-install.bat\` script.
3. **Start Applio**: Launch Applio by running the \`run-applio.bat\` script.
### Prefer a Simpler Installation?
> [!TIP]
> For the best experience, we highly recommend using the pre-compiled version. Compiling the code yourself may lead to instabilities.
- **Download Compiled Version**: Get the zip from [this link](https://huggingface.co/IAHispano/Applio/resolve/main/Compiled/Windows/ApplioV${{ steps.check-version.outputs.tag }}.zip).
- **Run Applio**: Extract the `.zip` file, then open the \`run-applio.bat\` file.
## What's New in This Release
Expand Down

0 comments on commit 4c22c85

Please sign in to comment.