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 c4274ed commit 1440239Copy full SHA for 1440239
.github/workflows/build.yaml
@@ -85,7 +85,7 @@ jobs:
85
run: cp ./platform/build/integration-plugin ./github-plugin/
86
- name: Copy manifest to output directory
87
working-directory: .
88
- run: cp ./platform/manifest.yaml ./github-plugin/
+ run: cp ./platform/constants/manifest.yaml ./github-plugin/
89
- name: Pack output
90
91
run: |
0 commit comments