Skip to content

Commit efceff9

Browse files
authored
ci(release): remove DevolutionsGateway-ps-*.tar artifact (#1427)
1 parent 0527a88 commit efceff9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@ jobs:
227227
# Devolutions Agent on Linux does not have any useful feature yet, so we filter out the Linux artifacts.
228228
Remove-Item -Path (Join-Path devolutions-agent linux) -Recurse -ErrorAction Ignore
229229
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+
230233
- name: Create GitHub release
231234
shell: pwsh
232235
env:

0 commit comments

Comments
 (0)