Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-soft authored Oct 17, 2023
1 parent 23d7032 commit 0550911
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
MY_STRING="${MY_STRING//$'\r'/' \ '}"
#echo "::set-output name=data::$MY_STRING"
echo "data=$MY_STRING" >> "$GITHUB_OUTPUT"
./ep_generate_release_description.exe ${{ steps.vars.outputs.sha_short }} ${{ steps.vars.outputs.branch }} ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} > body_release.txt
./ep_generate_release_description.exe ${{ steps.vars.outputs.sha_short }} ${{ steps.vars.outputs.branch }} ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} > ep_setup.txt
id: release_description

- name: Create/update release (valinet)
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
release_name: ${{ steps.release_name.outputs.data }}
tag_name: ${{ steps.release_name.outputs.data }}_${{ steps.vars.outputs.sha_short }}
# body: ${{ steps.release_description.outputs.data }}
body_path: build/Release/body_release.txt
body_path: build/Release/ep_setup.txt
files: |
./build/Release/ep_setup.exe
./build/Release/body_release.txt
./build/Release/ep_setup.txt

0 comments on commit 0550911

Please sign in to comment.