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 .
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: