fix: upload your assets idiot

This commit is contained in:
theoleuthardt 2025-03-13 15:15:50 +01:00
parent 41e7843889
commit a1ecbef76a
5 changed files with 0 additions and 12 deletions

View file

@ -100,12 +100,6 @@ jobs:
zip -r ../../DinoGame-${{ runner.os }}.zip . zip -r ../../DinoGame-${{ runner.os }}.zip .
shell: bash 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) - name: Zip Build with Assets (Windows)
if: runner.os == 'Windows' if: runner.os == 'Windows'
run: | run: |
@ -113,12 +107,6 @@ jobs:
Compress-Archive -Path .\* -DestinationPath ..\..\DinoGame-Windows.zip Compress-Archive -Path .\* -DestinationPath ..\..\DinoGame-Windows.zip
shell: powershell shell: powershell
- name: List files after zipping
if: runner.os == 'Windows'
run: |
dir ..
shell: powershell
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:

BIN
assets/cactus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

BIN
assets/dino.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
assets/ground.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

BIN
assets/single_dino.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB