diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa652cf44..2386d62a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,7 +126,7 @@ jobs: if: matrix.cc == 'gcc' && matrix.btype == 'release' with: name: release-linux-${{ matrix.arch }} - path: build/release-darwin-universal2 + path: bin if-no-files-found: error retention-days: 5 @@ -164,7 +164,7 @@ jobs: if: matrix.cc == 'gcc' && matrix.btype == 'release' with: name: release-darwin-universal2 - path: build/ + path: build/release-darwin-universal2 if-no-files-found: error retention-days: 5