From 73f868cebd4a03c77cb3b2e95f74bbb1709a509e Mon Sep 17 00:00:00 2001 From: Scion Date: Fri, 11 Jul 2025 21:05:27 -0700 Subject: [PATCH] test --- unity-project/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unity-project/action.yaml b/unity-project/action.yaml index 2648b0b..c5e3437 100644 --- a/unity-project/action.yaml +++ b/unity-project/action.yaml @@ -66,7 +66,7 @@ runs: with: alias: minio target: minio/artifacts/studiowhy.keystore - dest: ${{ github.workspace }}/studiowhy.keystore + dest: ${{ github.workspace }} accessKey: ${{ env.MINIO_ACCESS_KEY }} secretKey: ${{ env.MINIO_SECRET_KEY }} url: ${{ env.MINIO_URL }}