Skip to content

Commit 9a00da5

Browse files
committed
.
1 parent 5577e19 commit 9a00da5

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,6 @@ jobs:
127127
gh run download ${{ needs.preflight.outputs.run }} -n webapp-client -n docker -n devolutions-gateway-signed -n native-libs --repo $Env:GITHUB_REPOSITORY
128128
Move-Item -Path devolutions-gateway-signed -Destination devolutions-gateway
129129
130-
## workflow_call: The same artifacts persist across the entire run, so the PowerShell/DevolutionsGateway directory will still exist from the CI workflow
131-
- name: Manage artifacts
132-
shell: pwsh
133-
run: Remove-Item -Path (Join-Path devolutions-gateway PowerShell DevolutionsGateway) -Recurse -ErrorAction Ignore
134-
135130
- name: Prepare artifacts
136131
id: prepare-artifacts
137132
shell: pwsh
@@ -236,17 +231,14 @@ jobs:
236231
- name: Manage artifacts
237232
shell: pwsh
238233
run: |
239-
# The PowerShell module is already part of the installers, and is published on PsGallery.
240-
Remove-Item -Path (Join-Path devolutions-gateway PowerShell) -Recurse
241-
242234
# Devolutions Agent on Linux does not have any useful feature yet, so we filter out the Linux artifacts.
243235
Remove-Item -Path (Join-Path devolutions-agent linux) -Recurse
244236
245237
# Do not upload tun2socks.exe by itself.
246238
Remove-Item -Path (Join-Path devolutions-agent tun2socks) -Recurse
247239
248240
# For the PowerShell module, only upload the nupkg.
249-
Remove-Item -Path (Join-Path devolutions-gateway PowerShell DevolutionsGateway-ps-*.tar) -Recurse
241+
Remove-Item -Path (Join-Path devolutions-gateway PowerShell DevolutionsGateway-ps-*.tar)
250242
251243
- name: Create jetsocat ZIP files for winget
252244
shell: pwsh

0 commit comments

Comments
 (0)