Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacrlevin committed Dec 20, 2023
1 parent 40896ea commit a6ba3e9
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/Web_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -552,17 +552,15 @@ jobs:
echo "VERSION=$version" >> $GITHUB_ENV
- name: Create GitHub Release
uses: meeDamian/github-release@2.0
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
with:
tag_name: "Web-v${{ env.VERSION }}"
body: ${{ steps.changelog.outputs.changelog }}
fail_on_unmatched_files: true
token: ${{ secrets.GITHUB_TOKEN }}
tag: "Web-v${{ env.VERSION }}"
name: "Web v${{ env.VERSION }}"
body: >
${{ steps.changelog.outputs.compareurl }}
${{ steps.changelog.outputs.changelog }}
gzip: false
files: >
Sign/*.zip
files: |
${{ github.workspace }}/Sign/*.zip
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

0 comments on commit a6ba3e9

Please sign in to comment.