From 82bd99e200d7c81f9e77bc5fff665d124284d457 Mon Sep 17 00:00:00 2001 From: Yuki Araikawa Date: Sun, 9 Aug 2020 05:35:20 +0900 Subject: [PATCH] Fix version v1.1.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a3323e..6912669 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Welcome your contributions! ### single p12 ```yaml -- uses: yukiarrr/ios-build-action@v1.0.0 +- uses: yukiarrr/ios-build-action@v1.1.0 with: project-path: Unity-iPhone.xcodeproj p12-base64: ${{ secrets.P12_BASE64 }} @@ -87,7 +87,7 @@ Welcome your contributions! ### key and cert ```yaml -- uses: yukiarrr/ios-build-action@v1.0.0 +- uses: yukiarrr/ios-build-action@v1.1.0 with: project-path: Unity-iPhone.xcodeproj p12-key-base64: ${{ secrets.P12_KEY_BASE64 }}