From 292a8a84c0a0c94289e01d1b7ac8f97468e69251 Mon Sep 17 00:00:00 2001 From: James McMurray Date: Thu, 5 Jan 2023 11:21:49 +0100 Subject: [PATCH] Update Fedora RPM github action --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0545eb2..a9af32c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -273,7 +273,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./fedorarpm/vopono-${{needs.quickcheck.outputs.version}}-1.fc35.x86_64.rpm + asset_path: ./fedorarpm/vopono-${{needs.quickcheck.outputs.version}}-1.fc37.x86_64.rpm asset_name: 'vopono_${{needs.quickcheck.outputs.version}}-1_amd64_fedora.rpm' asset_content_type: application/octet-stream - name: Upload amd64 rpm opensuse Release Asset