diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2ffd7bf..9175561 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: .NET Core Desktop Build and Release +name: .NET Core Desktop Build and Release on: push: @@ -54,13 +54,13 @@ jobs: run: | $file_path = "./MagicChatbox-${{ env.VERSION }}.zip" $api_key = "${{ secrets.VIRUSTOTAL_API_KEY }}" - + $response = Invoke-RestMethod -Uri "https://www.virustotal.com/api/v3/files" -Method Post -Headers @{ "x-apikey" = $api_key } -Form @{ "file" = Get-Item $file_path } - + $scan_id = $response.data.id echo "::set-output name=SCAN_ID::$scan_id" @@ -69,11 +69,11 @@ jobs: run: | $api_key = "${{ secrets.VIRUSTOTAL_API_KEY }}" $scan_id = "${{ steps.virustotal_scan.outputs.SCAN_ID }}" - + $response = Invoke-RestMethod -Uri "https://www.virustotal.com/api/v3/analyses/$scan_id" -Headers @{ "x-apikey" = $api_key } - + $report_url = "https://www.virustotal.com/gui/file/$($response.meta.file_info.sha256)/detection" echo "::set-output name=REPORT_URL::$report_url" @@ -94,14 +94,14 @@ jobs: GITHUB_TOKEN: ${{ secrets.MY_PAT }} with: tag_name: v${{ env.VERSION }} - release_name: v${{ env.VERSION }} + release_name: v${{ env.VERSION }}${{ env.PRE_RELEASE == 'true' && ' (pre-release)' || '' }} draft: false prerelease: ${{ env.PRE_RELEASE }} body: |
Follow these steps to download and install the latest version of MagicChatbox.
+Follow these simple steps to get started with MagicChatbox:
MagicChatbox.exe
to start the application.MagicChatbox.exe
to launch the application.
- Details about the changes and improvements in this version.
+We take your security seriously! Each release of MagicChatbox is scanned with VirusTotal to ensure it's free from harmful software.
+However, please be aware that some antivirus engines might flag the application. This is due to the nature of certain components we use, such as:
+These features might trigger warnings from lesser-known scanners. Rest assured, we strive to keep our software as secure as possible and any flagged activity is closely monitored to maintain your safety.
+For more details on the scan results, check the VirusTotal report linked above.
Have any questions, suggestions, or feedback regarding MagicChatbox? We'd love to hear from you! Feel free to reach out to us through one of the following channels:
+Have any questions, suggestions, or feedback? Reach out to us through one of the following channels:
We're committed to providing the best possible experience for our users. Your feedback helps us make MagicChatbox even better. Thank you for your support!