diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eca9c83..84b25b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,10 +53,10 @@ jobs: - macos-latest include: - os: macos-latest - artifact_prefix: macos + artifact_prefix: macos-x86-64 target: x86_64-apple-darwin - os: ubuntu-latest - artifact_prefix: linux + artifact_prefix: linux-x86-64 target: x86_64-unknown-linux-gnu steps: - uses: actions/checkout@v2