Skip to content

Commit

Permalink
feat: add manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahanmmi committed Jan 12, 2025
1 parent 04da224 commit db58d52
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,15 @@ jobs:
uses: actions/download-artifact@v3
with:
name: github-outputs
# - name: Unpack Integration Plugin Artifact
# run: |
# tar -xvf github-output.tar
- name: Unpack Integration Plugin Artifact
run: |
tar -xvf github-output.tar
- name: Pack folder content into a zip file for release
run: |
cd github-output
zip -r github-output.zip .
- name: Release Integration Plugin
uses: softprops/action-gh-release@v2
with:
files: github-output.tar
files: ./github-output/github-output.zip
tag_name: ${{ needs.build.outputs.latest_tag }}

0 comments on commit db58d52

Please sign in to comment.