Skip to content

Commit 743f891

Browse files
committed
Reverting SHA hash name as even though it extracts as hwp-previews, WP install has issues with extracting it.
1 parent 8cf38a2 commit 743f891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/create-plugin-artifact/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ runs:
2424
- name: Upload plugin artifact
2525
uses: actions/upload-artifact@v4
2626
with:
27-
name: ${{ inputs.slug }}-${{ github.sha }}
27+
name: ${{ inputs.slug }}
2828
path: plugins/${{ inputs.slug }}/plugin-build/*.zip

0 commit comments

Comments
 (0)