Skip to content

Commit

Permalink
put samples in release
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfouilleul committed Oct 6, 2024
1 parent 93e119f commit 911d190
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
contents: write
needs: [build-all]
steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v4
with:
# when name is not specified, all artifacts from this run will be downloaded
Expand All @@ -28,6 +30,7 @@ jobs:
cp artifacts/orca-windows.tar.gz releases
cp artifacts/orca-mac-x64.tar.gz releases
cp artifacts/orca-mac-arm64.tar.gz releases
cp -r samples releases
- uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 911d190

Please sign in to comment.