Skip to content

Commit

Permalink
fix samples release action
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfouilleul committed Oct 6, 2024
1 parent 911d190 commit aafc151
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,17 @@ jobs:
path: artifacts
merge-multiple: true

- name: Compress samples
run: |
tar --format=ustar -czf samples.tar.gz samples
- name: Copy
run: |
mkdir releases
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
cp samples.tar.gz releases
- uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit aafc151

Please sign in to comment.