Skip to content

Commit 569646d

Browse files
committed
Fix release workflow
1 parent 12e81b8 commit 569646d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-leda-utils.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
sudo find ./ -maxdepth 1 -name "*.deb" -exec alien --scripts --to-rpm {} \;
9393
- uses: actions/upload-artifact@v4
9494
with:
95-
name: leda-utils-${{ matrix.target }}-packages
95+
name: leda-utils-packages
9696
path: |
9797
./*.deb
9898
./*.rpm

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
path: build/
3838
- name: Upload assets
39-
uses: softprops/action-gh-release@v1
39+
uses: softprops/action-gh-release@v2
4040
with:
4141
fail_on_unmatched_files: true
4242
files: |
@@ -49,5 +49,5 @@ jobs:
4949
${{steps.download.outputs.download-path}}/kantui-*-packages/eclipse-leda-kantui*.arm64.rpm
5050
${{steps.download.outputs.download-path}}/kanto-auto-deployer-*-packages/eclipse-leda-kanto-auto-deployer*.x86_64.rpm
5151
${{steps.download.outputs.download-path}}/kanto-auto-deployer-*-packages/eclipse-leda-kanto-auto-deployer*.arm64.rpm
52-
${{steps.download.outputs.download-path}}/leda-utils-*-packages/eclipse-leda-utils*.noarch.rpm
52+
${{steps.download.outputs.download-path}}/leda-utils-packages/eclipse-leda-utils*.noarch.rpm
5353

0 commit comments

Comments
 (0)