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 Jul 26, 2024
1 parent 0896dbe commit aba7705
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,13 @@ jobs:
asset_content_type: application/x-msdownload
env:
GITHUB_TOKEN: ${{ secrets.PAT }}


- name: Save release notes as file
shell: bash
working-directory: build/Release/x64
run: |
echo ${{ steps.release_description.outputs.data }} >> ep_setup.txt
- name: Create/update release (forks)
# uses: deep-soft/create-release@v2
uses: deep-soft/[email protected]
Expand All @@ -266,8 +272,8 @@ jobs:
prerelease: ${{ !startsWith(github.event.head_commit.message, 'rel_') }}
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/ep_setup.txt
body: ${{ steps.release_description.outputs.data }}
# body_path: build/Release/ep_setup.txt
files: |
./build/Release/ep_setup.exe
./build/Release/ep_setup.txt
Expand Down

0 comments on commit aba7705

Please sign in to comment.