From 08caaec0ca6d42563ffc5ee06fbd58bee495fae8 Mon Sep 17 00:00:00 2001 From: Johann Woelper Date: Thu, 23 Jan 2025 22:22:50 +0100 Subject: [PATCH] fix typo in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bb6e84..f9e09c7 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This action supports `.dmg`, `.pkg` file and `.app` folder. ```yaml - name: Notarize product - uses: love-action/xcode-notarizer@v1 + uses: love-actions/xcode-notarizer@v1 with: product-path: ./dist/my_app.app key-content: ${{ secrets.API_KEY }}