From 900cb19e1c66d32b995bb9e20d7e0ec2c4cb69f1 Mon Sep 17 00:00:00 2001 From: DrRetro2033 Date: Thu, 5 Sep 2024 11:47:22 -0400 Subject: [PATCH] When down one level. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f823af..858c0cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: git pull cd assets cd arceus - cp -r ../../../../build/releases/${{ matrix.platform }}/ ./ + cp -r ../../../build/releases/${{ matrix.platform }} ./ git add ${{ matrix.output }} git commit "Update Arceus" git push