From 06cfafbfb8a285d9af111d6b6a518f7992a9f45b Mon Sep 17 00:00:00 2001 From: mpw Date: Tue, 3 Oct 2023 01:29:43 -0300 Subject: [PATCH] update uploaded artifacts path --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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