Skip to content

Commit 1254701

Browse files
committed
Update ci.yml
1 parent c274750 commit 1254701

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ jobs:
106106
107107
echo "::notice::Successfully built plugin."
108108
109-
- name: Upload plugin
110-
uses: actions/upload-artifact@v2
111-
with:
112-
name: ${{ steps.copy-files-to-dist.outputs.id }} # Correct reference here
113-
path: dist/${{ steps.copy-files-to-dist.outputs.id }}.zip
109+
# - name: Upload plugin
110+
# uses: actions/upload-artifact@v4
111+
# with:
112+
# name: ${{ steps.copy-files-to-dist.outputs.id }} # Correct reference here
113+
# path: dist/${{ steps.copy-files-to-dist.outputs.id }}.zip
114114

115115
finalize:
116116
needs: process-plugin

0 commit comments

Comments
 (0)