diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 049d36b..3404a6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: with: name: ${{ github.event.repository.name }}-linux-x86_64-${{ github.event.pull_request.number || env.action_tag }} path: | - CetoneSynthLight/*.tar.gz + build/*.tar.gz - uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') @@ -114,7 +114,7 @@ jobs: with: name: ${{ github.event.repository.name }}-win64-${{ github.event.pull_request.number || env.action_tag }} path: | - CetoneSynthLight/*.tar.gz + build/*.tar.gz - uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') @@ -163,7 +163,7 @@ jobs: with: name: ${{ github.event.repository.name }}-macOS-universal-${{ github.event.pull_request.number || env.action_tag }} path: | - CetoneSynthLight/*-macOS.pkg + build/*-macOS.pkg - uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')