mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-01 20:25:07 +08:00
Fix release automation
This commit is contained in:
parent
b4eb48cc7e
commit
1f847c8326
2
.github/workflows/build-release.yml
vendored
2
.github/workflows/build-release.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
- name: Inject logo assets
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
run: |
|
||||
cp -f image-assets/img/logo/ma_logo.png Packages/net.fushizen.modular-avatar/Editor/Images/logo.png
|
||||
cp -f image-assets/img/logo/ma_logo.png Packages/${{env.packageName}}/Editor/Images/logo.png
|
||||
|
||||
- name: get version
|
||||
id: version
|
||||
|
Loading…
Reference in New Issue
Block a user