diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6cd42cf..b8fc078 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build Minesweeper +name: Build SpaceWarp on: push: @@ -58,6 +58,9 @@ jobs: # with: # filepath: './ISS/script.iss' + - name: Move the resources folder + run: mv ./ressources ./dist/ressources + - name: Create Artifact uses: actions/upload-artifact@v3 with: