We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc6ff8 commit c46080fCopy full SHA for c46080f
.github/workflows/detect-api-changes.yml
@@ -62,6 +62,7 @@ jobs:
62
run: |
63
NEW=${{ env.NEW_VERSION }}
64
OLD=${{ env.OLD_VERSION }}
65
+ PLATFORM="macOS"
66
PROJECT_FOLDER=${{ github.workspace }}
67
BINARY_PATH="$(swift build --configuration release --show-bin-path)/public-api-diff"
68
0 commit comments