Skip to content

Commit cf81315

Browse files
committed
Update pr.yml
1 parent 2136235 commit cf81315

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pr.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,12 @@ jobs:
137137
138138
echo "::notice::Successfully built plugin."
139139
140+
- name: Set Plugin Name
141+
run: echo "PLUGIN_NAME=$(jq -r '.name' plugin.json)" >> $GITHUB_ENV
142+
140143
- name: Upload Plugin
141144
uses: actions/upload-artifact@v4
142145
with:
143-
name: build
144-
path: build.zip
146+
name: ${{ env.PLUGIN_NAME }}
147+
path: dist/build.zip
145148

0 commit comments

Comments
 (0)