We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31e6d8 commit 3f42ceaCopy full SHA for 3f42cea
.github/workflows/build.yml
@@ -79,13 +79,13 @@ jobs:
79
mkdir -p release
80
cp mathjax/target/*.jar release/
81
cp mathjax-server/target/x86_64-unknown-linux-gnu/release/mathjax-server release/
82
- zip -j "release/confluence-mathjax-plugin-${GITHUB_REF_NAME}.zip" release/*
+ zip -j "release/confluence-mathjax-plugin-${{ github.ref_name }}.zip" release/*
83
84
# Upload artifacts
85
- name: Upload artifacts
86
uses: actions/upload-artifact@v4
87
with:
88
- name: conf-mathjax-plugin-${GITHUB_REF_NAME}.zip
+ name: conf-mathjax-plugin.zip
89
path: release/confluence-mathjax-plugin-*.zip
90
91
# Create GitHub Release
0 commit comments