Skip to content

Commit

Permalink
Update Build and Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yodaluca23 authored Sep 7, 2024
1 parent 3153d1d commit 7d08323
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/Build and Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,22 @@ jobs:
echo "</details>" >> changelog.txt
- name: Create Draft Release
if: ${{ github.event.inputs.USEACTIONSEEVEE == 'true' || github.event.inputs.EEVEEREPO != '' }}
uses: softprops/action-gh-release@v2
with:
tag_name: "v${{ env.CHANGEVERSION }}"
name: "SpotC++ v${{ env.CHANGEVERSION }}"
draft: true
body_path: changelog.txt
files: |
${{ env.patchedspotify }}
${{ env.altpatchedspotify }}
${{ env.eevee-arm }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create Draft Release
if: ${{ github.event.inputs.USEACTIONSEEVEE == 'false' && github.event.inputs.EEVEEREPO == '' }}
uses: softprops/action-gh-release@v2
with:
tag_name: "v${{ env.CHANGEVERSION }}"
Expand Down

0 comments on commit 7d08323

Please sign in to comment.