Skip to content

Commit

Permalink
Generate Release
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulrahmanshabeekmohamed committed Jul 17, 2024
1 parent f945a7c commit 01e42fd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-blazor-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ jobs:
# name: blazor-build-artifacts
# path: dist/Web

# - name: Generate Release
# uses: softprops/action-gh-release@v2
# with:
# files: dist/Web*
# body: "Binaries for Blazor Web App"
# tag_name: ${{ github.ref_name }}
# # if: startsWith(github.ref, 'refs/tags/')
- name: Generate Release
uses: softprops/action-gh-release@v2
with:
files: ./dist/Web/**
body: "Binaries for Blazor Web App"
tag_name: ${{ github.ref_name }}
# if: startsWith(github.ref, 'refs/tags/')

- name: Commit wwwroot to GitHub Pages
if: ${{ github.actor != 'dependabot[bot]' && github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 01e42fd

Please sign in to comment.