Skip to content

Commit a31e6d8

Browse files
committed
Fix release
1 parent af801b5 commit a31e6d8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ jobs:
8383
8484
# Upload artifacts
8585
- name: Upload artifacts
86-
uses: actions/upload-artifact@v3
86+
uses: actions/upload-artifact@v4
8787
with:
88-
name: release-artifacts
88+
name: conf-mathjax-plugin-${GITHUB_REF_NAME}.zip
8989
path: release/confluence-mathjax-plugin-*.zip
9090

9191
# Create GitHub Release
@@ -94,7 +94,8 @@ jobs:
9494
env:
9595
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9696
with:
97-
files: release/confluence-mathjax-plugin-${GITHUB_REF_NAME}.zip
97+
files: |
98+
$(echo release/confluence-mathjax-plugin-${{ github.ref_name }}.zip)
9899
name: Confluence MathJax Plugin ${{ github.ref_name }}
99100
tag_name: ${{ github.ref_name }}
100101
prerelease: false

0 commit comments

Comments
 (0)