Skip to content

Commit

Permalink
Update Bevy to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Woyten committed Jan 9, 2025
1 parent 64cb970 commit 304f07e
Show file tree
Hide file tree
Showing 8 changed files with 865 additions and 494 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-microwave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cp target/${{ matrix.target }}/release/microwave archive
cp microwave/README.md archive
cp microwave/lgpl-2.1.md archive
cp microwave/assets/FiraSans-Regular.ttf archive/assets
cp microwave/assets/* archive/assets
cp microwave/*.yml archive
cd archive
zip -r ../microwave *
Expand All @@ -60,7 +60,7 @@ jobs:
Copy-Item ./target/${{ matrix.target }}/release/microwave.exe -Destination ./archive
Copy-Item ./microwave/README.md -Destination ./archive
Copy-Item ./microwave/lgpl-2.1.md -Destination ./archive
Copy-Item ./microwave/assets/FiraSans-Regular.ttf -Destination ./archive/assets
Copy-Item ./microwave/assets/* -Destination ./archive/assets
Copy-Item ./microwave/*.yml -Destination ./archive
cd archive
7z a ../microwave.zip -r *
Expand All @@ -73,4 +73,4 @@ jobs:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./microwave.zip
asset_name: ${{ github.event.release.tag_name }}-${{ matrix.target }}.zip
asset_content_type: application/zip
asset_content_type: application/zip
Loading

0 comments on commit 304f07e

Please sign in to comment.