We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0527a88 commit efceff9Copy full SHA for efceff9
.github/workflows/release.yml
@@ -227,6 +227,9 @@ jobs:
227
# Devolutions Agent on Linux does not have any useful feature yet, so we filter out the Linux artifacts.
228
Remove-Item -Path (Join-Path devolutions-agent linux) -Recurse -ErrorAction Ignore
229
230
+ # For the PowerShell module, only upload the nupkg.
231
+ Remove-Item -Path (Join-Path devolutions-gateway PowerShell DevolutionsGateway-ps-*.tar) -Recurse -ErrorAction Ignore
232
+
233
- name: Create GitHub release
234
shell: pwsh
235
env:
0 commit comments