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