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 aba7705 commit fd6459b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.PAT }}

- name: Save release notes as file
continue-on-error: true
shell: bash
working-directory: build/Release/x64
run: |
echo ${{ steps.release_description.outputs.data }} >> ep_setup.txt
echo "${{ steps.release_description.outputs.data }}" >> ep_setup.txt
- name: Create/update release (forks)
# uses: deep-soft/create-release@v2
Expand Down

0 comments on commit fd6459b

Please sign in to comment.