From 1645fa39ff17c4079b4a2e809cf348c38fcedf0b Mon Sep 17 00:00:00 2001 From: Scion Date: Sun, 19 Mar 2023 01:39:53 -0700 Subject: [PATCH] test --- unity-project/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unity-project/action.yaml b/unity-project/action.yaml index e7cccd1..152c39e 100644 --- a/unity-project/action.yaml +++ b/unity-project/action.yaml @@ -37,7 +37,7 @@ runs: - name: "Library" uses: act/common/docker/docker-cp@master with: - volume: library + volume: library2 toPath: Library - name: "Run Unity command." uses: act/unity/unity-command@master @@ -51,5 +51,5 @@ runs: - uses: act/common/docker/docker-cp@master with: recreateVolume: true - volume: library2 + volume: library fromPath: Library