From ce55c51e80bf4d01051beb7eb9d5919085f5d706 Mon Sep 17 00:00:00 2001 From: Prince527 Date: Wed, 1 Nov 2023 16:37:46 -0300 Subject: [PATCH] Update build.yml --- .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 48366d8..e4719c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: # filepath: './ISS/script.iss' - name: Move the resources folder - run: mv ./ressources ./dist/Minesweeper/ressources + run: mv ./resources ./dist/Minesweeper/resources - name: Create Artifact uses: actions/upload-artifact@v3