diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a57e8d4..0545eb2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -264,8 +264,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./aarch64-deb/vopono_${{needs.quickcheck.outputs.version}}_aarch64.deb - asset_name: 'vopono_${{needs.quickcheck.outputs.version}}_aarch64.deb' + asset_path: ./aarch64-deb/vopono_${{needs.quickcheck.outputs.version}}_arm64.deb + asset_name: 'vopono_${{needs.quickcheck.outputs.version}}_arm64.deb' asset_content_type: application/vnd.debian.binary-package - name: Upload amd64 rpm fedora Release Asset uses: actions/upload-release-asset@v1