Browse Source

0.8.83 release

pull/1452/head
lumapu 11 months ago
parent
commit
8947004586
  1. 6
      .github/workflows/compile_release.yml

6
.github/workflows/compile_release.yml

@ -123,12 +123,12 @@ jobs:
- name: Publish Release
uses: ncipollo/release-action@v1
with:
artifacts: ${{ steps.version_name.outputs.name }}
artifactErrorsFailBuild: true
skipIfReleaseExists: true
bodyFile: src/CHANGES.md
tag: ${{ steps.rename-binary-files.outputs.name }}
name: ${{ steps.rename-binary-files.outputs.name }}
artifacts: ${{ steps.version_name.outputs.name }}
tag: ${{ steps.version_name.outputs.name }}
name: ${{ steps.version_name.outputs.name }}
token: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save