Merge pull request #16080 from MikeMcQuaid/pkg_installer_fix_filename

workflows/pkg-installer: fix filename.
This commit is contained in:
Mike McQuaid 2023-10-04 15:50:19 +01:00 committed by GitHub
commit 75b18b5afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
tags-ignore: tags-ignore:
- '**' - '**'
paths: paths:
- .github/workflows/installer-package.yml - .github/workflows/pkg-installer.yml
- package/**/* - package/**/*
release: release:
types: types:

View File

@ -510,7 +510,7 @@ esac
HOMEBREW_MACOS_NEWEST_UNSUPPORTED="15" HOMEBREW_MACOS_NEWEST_UNSUPPORTED="15"
# TODO: bump version when new macOS is released and update references in: # TODO: bump version when new macOS is released and update references in:
# - docs/Installation.md # - docs/Installation.md
# - HOMEBREW_MACOS_OLDEST_SUPPORTED in .github/workflows/installer-package.yml # - HOMEBREW_MACOS_OLDEST_SUPPORTED in .github/workflows/pkg-installer.yml
# - `os-version min` in package/Distribution.xml # - `os-version min` in package/Distribution.xml
# - https://github.com/Homebrew/install/blob/HEAD/install.sh # - https://github.com/Homebrew/install/blob/HEAD/install.sh
HOMEBREW_MACOS_OLDEST_SUPPORTED="12" HOMEBREW_MACOS_OLDEST_SUPPORTED="12"