ci: rename release zip artifact from -plugins to -bundle
This commit is contained in:
@@ -150,7 +150,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
tag="${{ steps.tag.outputs.tag }}"
|
tag="${{ steps.tag.outputs.tag }}"
|
||||||
version="${tag#v}"
|
version="${tag#v}"
|
||||||
zip_name="${{ github.event.repository.name }}-${version}-plugins.zip"
|
zip_name="${{ github.event.repository.name }}-${version}-bundle.zip"
|
||||||
(cd dll-bundle && zip -r "../$zip_name" .)
|
(cd dll-bundle && zip -r "../$zip_name" .)
|
||||||
echo "zip_name=$zip_name" >> "$GITHUB_OUTPUT"
|
echo "zip_name=$zip_name" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user