Skip to content

Commit 7df4ee3

Browse files
authored
Fix RPM package path in release (#254)
* Upload RPM package as asset during release * Fix RPM package path in release workflow * Match RPM package formatting
1 parent 0ce5a91 commit 7df4ee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,6 @@ jobs:
157157
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
158158
with:
159159
upload_url: ${{ needs.build-windows.outputs.upload_url }}
160-
asset_path: ./dist/ecubuspro_${{ env.VERSION }}_amd64.rpm
161-
asset_name: EcuBus-Pro_${{ env.VERSION }}_amd64.rpm
160+
asset_path: ./dist/ecubuspro-${{ env.VERSION }}.x86_64.rpm
161+
asset_name: EcuBus-Pro_${{ env.VERSION }}_x86_64.rpm
162162
asset_content_type: application/x-rpm

0 commit comments

Comments
 (0)