Skip to content

Commit

Permalink
ci : fix artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
oggnimodd committed Oct 3, 2023
1 parent 1efef86 commit 4f0e8c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ jobs:
run: |
cd apps/plugin
bun run build
tar czf plugin-artifact.tar.gz dist
echo "::set-output name=artifact_path::$(pwd)/plugin-artifact.tar.gz"
- name: Upload Artifact
if: matrix.job == 'build' && success()
uses: actions/upload-artifact@v3
with:
name: ai-chat-plugin
path: '${{ steps.Run build.outputs.artifact_path }}'
path: apps/plugin/dist

0 comments on commit 4f0e8c0

Please sign in to comment.