Skip to content

Commit

Permalink
Add ark modules to zip
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Dec 9, 2023
1 parent 009bd9f commit 43495eb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,17 @@ jobs:
with:
name: ark-${{ matrix.flavor }}-windows-x64-archive

- name: Add Ark R modules
shell: pwsh
run: |
# Note: These aren't architecture dependent
$params = @{
Path = crates\ark\src\modules,
DestinationPath = "ark-${{ needs.get_version.outputs.ARK_VERSION }}-${{ matrix.flavor }}-windows-x64.zip",
Update = $true
}
Compress-Archive @params
- name: Upload Windows release artifact (x64)
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 43495eb

Please sign in to comment.