Skip to content

Commit

Permalink
🔧 Try fix release artifacts not attached
Browse files Browse the repository at this point in the history
  • Loading branch information
russkyc committed Feb 3, 2024
1 parent 71cc482 commit 174ae06
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ jobs:
- name: Publish Release
uses: softprops/action-gh-release@v1
with:
name: ':tada: Showcase PDF Latest Release'
name: '🎉 Showcase PDF Release'
body: 'Latest binary releases for Showcase PDF'
tag_name: latest
files: |
D:\a\showcase-pdf\showcase-pdf\Deploy\bin\showcase-pdf-win-x86.zip
D:\a\showcase-pdf\showcase-pdf\Deploy\bin\showcase-pdf-win-x64.zip
D:\a\showcase-pdf\showcase-pdf\Deploy\bin\showcase-pdf-win-installer-x86.exe
D:\a\showcase-pdf\showcase-pdf\Deploy\bin\showcase-pdf-win-installer-x64.exe
D:/a/showcase-pdf/showcase-pdf/Deploy/bin/showcase-pdf-win-x86.zip
D:/a/showcase-pdf/showcase-pdf/Deploy/bin/showcase-pdf-win-x64.zip
D:/a/showcase-pdf/showcase-pdf/Deploy/bin/showcase-pdf-win-installer-x86.exe
D:/a/showcase-pdf/showcase-pdf/Deploy/bin/showcase-pdf-win-installer-x64.exe

0 comments on commit 174ae06

Please sign in to comment.