We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f42cea commit 800bc2fCopy full SHA for 800bc2f
.github/workflows/build.yml
@@ -94,8 +94,7 @@ jobs:
94
env:
95
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96
with:
97
- files: |
98
- $(echo release/confluence-mathjax-plugin-${{ github.ref_name }}.zip)
+ files: release/confluence-mathjax-plugin-*.zip
99
name: Confluence MathJax Plugin ${{ github.ref_name }}
100
tag_name: ${{ github.ref_name }}
101
prerelease: false
0 commit comments