Skip to content

Commit 3f42cea

Browse files
committed
Fix release
1 parent a31e6d8 commit 3f42cea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ jobs:
7979
mkdir -p release
8080
cp mathjax/target/*.jar release/
8181
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/*
82+
zip -j "release/confluence-mathjax-plugin-${{ github.ref_name }}.zip" release/*
8383
8484
# Upload artifacts
8585
- name: Upload artifacts
8686
uses: actions/upload-artifact@v4
8787
with:
88-
name: conf-mathjax-plugin-${GITHUB_REF_NAME}.zip
88+
name: conf-mathjax-plugin.zip
8989
path: release/confluence-mathjax-plugin-*.zip
9090

9191
# Create GitHub Release

0 commit comments

Comments
 (0)