From 99ef173499a81c7bdc5649db28437d8960d05aa6 Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Thu, 27 Nov 2025 11:45:24 +0700 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ec670d..fd0def5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,17 +24,13 @@ jobs: id: vars run: | echo "date_now=$(date +"%Y-%m-%d %T")" >> "${GITHUB_OUTPUT}" - - name: Upload builds to Releases + - name: Upload files to Releases uses: ncipollo/release-action@v1 with: allowUpdates: true artifactErrorsFailBuild: true artifacts: ./*.srs body: | - **This is an automatically generated in-development pre-release version of the application, that includes the latest master branch changes.** - **⚠️ This build is not stable and may end up terminating with a fatal error. ⚠️** - **Use at your own risk.** - - Last build date: `${{steps.vars.outputs.date_now}}` - Reference commit: ${{github.sha}} name: Development build