We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02ac8df + 18fa96d commit ad2ca5aCopy full SHA for ad2ca5a
1 file changed
.github/workflows/buildbundles.yml
@@ -35,7 +35,6 @@ jobs:
35
permissions:
36
contents: write
37
38
- if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
39
steps:
40
- uses: actions/checkout@v4
41
with:
@@ -77,10 +76,10 @@ jobs:
77
76
prerelease: ${{ !startsWith(github.ref, 'refs/tags/v') }}
78
79
- name: Upload all release files
80
- uses: actions/create-release@v1
+ uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8
81
82
tag_name: ${{ steps.tag.outputs.tag }}
83
- artifacts: |
+ files: |
84
./release-files/*.docx
85
./release-files/*.epub
86
./release-files/*.pdf
0 commit comments