Skip to content

Commit a11fa9e

Browse files
committed
feat: add manifest
1 parent c02a84d commit a11fa9e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,11 @@ jobs:
187187
uses: actions/download-artifact@v3
188188
with:
189189
name: github-outputs
190+
- nmae: Unpack Integration Plugin Artifact
191+
run: |
192+
tar -xvf github-output.tar
190193
- name: Release Integration Plugin
191194
uses: softprops/action-gh-release@v2
192195
with:
193-
files: github-output.tar
196+
files: github-output/*
194197
tag_name: ${{ needs.build.outputs.latest_tag }}

0 commit comments

Comments
 (0)