Skip to content

Commit 48c2fc7

Browse files
committed
Fix folder path
1 parent 0a5fb5a commit 48c2fc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
files: |
4343
${{steps.download.outputs.download-path}}/kantui-*-packages/eclipse-leda-kantui_*_amd64.deb
4444
${{steps.download.outputs.download-path}}/kantui-*-packages/eclipse-leda-kantui_*_arm64.deb
45-
${{steps.download.outputs.download-path}}/kanto-auto-deployer-*-packages/eclipse-leda-kanto-auto-deployer_*_amd64.deb
46-
${{steps.download.outputs.download-path}}/kanto-auto-deployer-*-packages/eclipse-leda-kanto-auto-deployer_*_arm64.deb
47-
${{steps.download.outputs.download-path}}/leda-utils-*-packages/eclipse-leda-utils*.deb
4845
${{steps.download.outputs.download-path}}/kantui-*-packages/eclipse-leda-kantui*.x86_64.rpm
4946
${{steps.download.outputs.download-path}}/kantui-*-packages/eclipse-leda-kantui*.arm64.rpm
47+
${{steps.download.outputs.download-path}}/kanto-auto-deployer-*-packages/eclipse-leda-kanto-auto-deployer_*_amd64.deb
48+
${{steps.download.outputs.download-path}}/kanto-auto-deployer-*-packages/eclipse-leda-kanto-auto-deployer_*_arm64.deb
5049
${{steps.download.outputs.download-path}}/kanto-auto-deployer-*-packages/eclipse-leda-kanto-auto-deployer*.x86_64.rpm
5150
${{steps.download.outputs.download-path}}/kanto-auto-deployer-*-packages/eclipse-leda-kanto-auto-deployer*.arm64.rpm
51+
${{steps.download.outputs.download-path}}/leda-utils-packages/eclipse-leda-utils*.deb
5252
${{steps.download.outputs.download-path}}/leda-utils-packages/eclipse-leda-utils*.noarch.rpm
5353

0 commit comments

Comments
 (0)