mirror of
https://github.com/theoleuthardt/DinoGame.git
synced 2026-06-13 09:27:57 +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 .
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue