From eb95b5990cf734c10f2caab1a246eac893f0266d Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 15 Feb 2022 01:05:04 +0000 Subject: [PATCH] Fix macOS CI build artifacts uploading temporary pkgs --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d67ee6..fdc7372 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -360,7 +360,7 @@ jobs: with: name: ${{ github.event.repository.name }}-macOS-universal-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }} path: | - *.pkg + ${{ github.event.repository.name }}-*.pkg - uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: @@ -369,7 +369,7 @@ jobs: draft: false prerelease: false files: | - *.pkg + ${{ github.event.repository.name }}-*.pkg modduo: runs-on: ubuntu-20.04