mirror of
https://github.com/PrimeDecomp/retrotool.git
synced 2026-07-12 18:18:58 -07:00
Embed assets in release builds
This commit is contained in:
@@ -186,7 +186,11 @@ jobs:
|
||||
with:
|
||||
key: ${{ matrix.target }}
|
||||
- name: Cargo build
|
||||
run: cargo ${{ matrix.build }} --release --target ${{ matrix.target }} --bin ${{ env.CARGO_BIN_NAME }}
|
||||
env:
|
||||
BEVY_ASSET_PATH: ${{ github.workspace }}/retrotool-gui/assets
|
||||
run: |
|
||||
cargo ${{ matrix.build }} --release --target ${{ matrix.target }} \
|
||||
--bin ${{ env.CARGO_BIN_NAME }} --features embed
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user