mirror of
https://github.com/egorovna-developments/rule-set.git
synced 2026-05-17 02:32:28 +07:00
Update build.yml
This commit is contained in:
@@ -24,17 +24,13 @@ jobs:
|
|||||||
id: vars
|
id: vars
|
||||||
run: |
|
run: |
|
||||||
echo "date_now=$(date +"%Y-%m-%d %T")" >> "${GITHUB_OUTPUT}"
|
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
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifactErrorsFailBuild: true
|
artifactErrorsFailBuild: true
|
||||||
artifacts: ./*.srs
|
artifacts: ./*.srs
|
||||||
body: |
|
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}}`
|
- Last build date: `${{steps.vars.outputs.date_now}}`
|
||||||
- Reference commit: ${{github.sha}}
|
- Reference commit: ${{github.sha}}
|
||||||
name: Development build
|
name: Development build
|
||||||
|
|||||||
Reference in New Issue
Block a user