Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
latin-1 authored Jan 20, 2024
1 parent 4e586f2 commit dbc5c8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: release
name: release-${{ matrix.target }}
path: ./release/figma-agent-${{ matrix.target }}

release:
Expand All @@ -59,8 +59,9 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: release
pattern: release-*
path: ./release
merge-multiple: true

- uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit dbc5c8d

Please sign in to comment.