Skip to content

Commit f8de2c4

Browse files
committed
.
1 parent 4eb7aa4 commit f8de2c4

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,7 @@ jobs:
288288
shell: pwsh
289289
env:
290290
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
291-
run: |
292-
gh run download ${{ needs.preflight.outputs.run }} -n devolutions-gateway-signed --repo $Env:GITHUB_REPOSITORY
293-
Move-Item -Path devolutions-gateway-signed -Destination devolutions-gateway
291+
run: gh run download ${{ needs.preflight.outputs.run }} -n devolutions-gateway-signed --repo $Env:GITHUB_REPOSITORY
294292

295293
## workflow_call: The same artifacts persist across the entire run, so the PowerShell/DevolutionsGateway directory will still exist from the CI workflow
296294
- name: Manage artifacts
@@ -358,9 +356,7 @@ jobs:
358356
shell: pwsh
359357
env:
360358
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
361-
run: |
362-
gh run download ${{ needs.preflight.outputs.run }} -n devolutions-gateway-signed --repo $Env:GITHUB_REPOSITORY
363-
Move-Item -Path devolutions-gateway-signed -Destination devolutions-gateway
359+
run: gh run download ${{ needs.preflight.outputs.run }} -n devolutions-gateway-signed --repo $Env:GITHUB_REPOSITORY
364360

365361
- name: Prepare upload
366362
id: prepare
@@ -421,9 +417,7 @@ jobs:
421417
shell: pwsh
422418
env:
423419
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
424-
run: |
425-
gh run download ${{ needs.preflight.outputs.run }} -n devolutions-agent-signed --repo $Env:GITHUB_REPOSITORY
426-
Move-Item -Path devolutions-agent-signed -Destination devolutions-agent
420+
run: gh run download ${{ needs.preflight.outputs.run }} -n devolutions-agent-signed --repo $Env:GITHUB_REPOSITORY
427421

428422
- name: Prepare upload
429423
id: prepare

0 commit comments

Comments
 (0)