diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d21333d..034b061 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -125,7 +125,7 @@ jobs: draft: true fail_on_unmatched_files: true files: | - ${{ env.REPOSITORY }}-x86_64-apple-darwin - ${{ env.REPOSITORY }}-x86_64-unknown-linux-gnu - ${{ env.REPOSITORY }}-x86_64-pc-windows-msvc - ${{ env.REPOSITORY }}-aarch64-apple-darwin + ./${{ env.REPOSITORY }}/${{ env.REPOSITORY }}-x86_64-apple-darwin + ./${{ env.REPOSITORY }}/${{ env.REPOSITORY }}-x86_64-unknown-linux-gnu + ./${{ env.REPOSITORY }}/${{ env.REPOSITORY }}-x86_64-pc-windows-msvc + ./${{ env.REPOSITORY }}/${{ env.REPOSITORY }}-aarch64-apple-darwin