Skip to content

Commit 800bc2f

Browse files
committed
Fix release
1 parent 3f42cea commit 800bc2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ jobs:
9494
env:
9595
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9696
with:
97-
files: |
98-
$(echo release/confluence-mathjax-plugin-${{ github.ref_name }}.zip)
97+
files: release/confluence-mathjax-plugin-*.zip
9998
name: Confluence MathJax Plugin ${{ github.ref_name }}
10099
tag_name: ${{ github.ref_name }}
101100
prerelease: false

0 commit comments

Comments
 (0)