Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ jobs:
# Devolutions Agent on Linux does not have any useful feature yet, so we filter out the Linux artifacts.
Remove-Item -Path (Join-Path devolutions-agent linux) -Recurse -ErrorAction Ignore

# For the PowerShell module, only upload the nupkg.
Remove-Item -Path (Join-Path devolutions-gateway PowerShell DevolutionsGateway-ps-*.tar) -Recurse -ErrorAction Ignore

- name: Create GitHub release
shell: pwsh
env:
Expand Down
Loading