mirror of
https://github.com/theoleuthardt/DinoGame.git
synced 2026-06-13 01:17:56 +00:00
fix: upload your assets idiot
This commit is contained in:
parent
41e7843889
commit
a1ecbef76a
5 changed files with 0 additions and 12 deletions
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
|
|
@ -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
BIN
assets/cactus.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
BIN
assets/dino.png
Normal file
BIN
assets/dino.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
BIN
assets/ground.png
Normal file
BIN
assets/ground.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.8 KiB |
BIN
assets/single_dino.png
Normal file
BIN
assets/single_dino.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.8 KiB |
Loading…
Add table
Add a link
Reference in a new issue