Update build.yml

This commit is contained in:
2025-11-27 11:45:24 +07:00
committed by GitHub
parent 1a68aeb68f
commit 99ef173499
+1 -5
View File
@@ -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