Skip to content

Commit 04da224

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@ 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
193193
- name: Release Integration Plugin
194194
uses: softprops/action-gh-release@v2
195195
with:
196-
files: github-output/*
196+
files: github-output.tar
197197
tag_name: ${{ needs.build.outputs.latest_tag }}

0 commit comments

Comments
 (0)