We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c274750 commit 1254701Copy full SHA for 1254701
.github/workflows/ci.yml
@@ -106,11 +106,11 @@ jobs:
106
107
echo "::notice::Successfully built plugin."
108
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
+ # - name: Upload plugin
+ # uses: actions/upload-artifact@v4
+ # with:
+ # name: ${{ steps.copy-files-to-dist.outputs.id }} # Correct reference here
+ # path: dist/${{ steps.copy-files-to-dist.outputs.id }}.zip
114
115
finalize:
116
needs: process-plugin
0 commit comments