diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6334cc9..a05b070 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,12 +100,6 @@ jobs: zip -r ../../DinoGame-${{ runner.os }}.zip . shell: bash - - name: List files before zipping - if: runner.os == 'Windows' - run: | - dir ${{ steps.get-output-dir.outputs.output_dir }} - shell: powershell - - name: Zip Build with Assets (Windows) if: runner.os == 'Windows' run: | @@ -113,12 +107,6 @@ jobs: Compress-Archive -Path .\* -DestinationPath ..\..\DinoGame-Windows.zip shell: powershell - - name: List files after zipping - if: runner.os == 'Windows' - run: | - dir .. - shell: powershell - - name: Upload Artifact uses: actions/upload-artifact@v4 with: diff --git a/assets/cactus.png b/assets/cactus.png new file mode 100644 index 0000000..b40babd Binary files /dev/null and b/assets/cactus.png differ diff --git a/assets/dino.png b/assets/dino.png new file mode 100644 index 0000000..3f8e558 Binary files /dev/null and b/assets/dino.png differ diff --git a/assets/ground.png b/assets/ground.png new file mode 100644 index 0000000..349bd46 Binary files /dev/null and b/assets/ground.png differ diff --git a/assets/single_dino.png b/assets/single_dino.png new file mode 100644 index 0000000..c68b284 Binary files /dev/null and b/assets/single_dino.png differ