diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index dd4dc0b..dd72871 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.fc38.x86_64.rpm + asset_path: ./fedorarpm/vopono-${{needs.quickcheck.outputs.version}}-1.fc39.x86_64.rpm asset_name: 'vopono_${{needs.quickcheck.outputs.version}}_amd64_fedora.rpm' asset_content_type: application/octet-stream - name: Upload amd64 rpm opensuse Release Asset