Skip to content

Commit db58d52

Browse files
committed
feat: add manifest
1 parent 04da224 commit db58d52

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,15 @@ jobs:
187187
uses: actions/download-artifact@v3
188188
with:
189189
name: github-outputs
190-
# - name: Unpack Integration Plugin Artifact
191-
# run: |
192-
# tar -xvf github-output.tar
190+
- name: Unpack Integration Plugin Artifact
191+
run: |
192+
tar -xvf github-output.tar
193+
- name: Pack folder content into a zip file for release
194+
run: |
195+
cd github-output
196+
zip -r github-output.zip .
193197
- name: Release Integration Plugin
194198
uses: softprops/action-gh-release@v2
195199
with:
196-
files: github-output.tar
200+
files: ./github-output/github-output.zip
197201
tag_name: ${{ needs.build.outputs.latest_tag }}

0 commit comments

Comments
 (0)