Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 authored Dec 24, 2024
1 parent 94f8ea9 commit d246313
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ jobs:
echo "RELEASE_NAME=$ReleaseName" >> $env:GITHUB_ENV
- name: Uploading
uses: softprops/action-gh-release@master
# https://github.com/softprops/action-gh-release/issues/556#issuecomment-2556947371
uses: softprops/action-gh-release@v2.1.0
with:
name: ${{ env.RELEASE_NAME }}
token: ${{ github.token }}
Expand Down

0 comments on commit d246313

Please sign in to comment.