mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 22:07:40 +00:00
workflow: Make RELEASE.md more verbose
This commit is contained in:
parent
3417b529b5
commit
57a14b419e
2 changed files with 5 additions and 1 deletions
4
.github/workflows/build_release.yaml
vendored
4
.github/workflows/build_release.yaml
vendored
|
|
@ -63,6 +63,10 @@ jobs:
|
|||
/DVERSION=${{ env.RELEASE_VERSION }}
|
||||
/DBUILD_DIR=../${{ env.RELEASE_NAME }}-${{ env.RELEASE_VERSION }}
|
||||
/DOUTPUT_FILE=../${{ env.RELEASE_NAME }}-${{ env.RELEASE_VERSION }}-setup.exe
|
||||
- name: Update version in RELEASE.md
|
||||
shell: bash
|
||||
run: |
|
||||
sed -i 's|#{GIT_TAG_NAME}|${{ env.RELEASE_VERSION }}|g' RELEASE.md
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag: ${{ env.RELEASE_VERSION }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue