fix: only copy files after the folder was created (#65)
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -89,10 +89,11 @@ jobs:
|
||||
|
||||
- name: Convert SDE YAML to Protobuf
|
||||
run: |
|
||||
cp esf.proto dist/
|
||||
protoc --python_out=. esf.proto
|
||||
python -m convert sde
|
||||
|
||||
cp esf.proto dist/
|
||||
|
||||
- name: Fetch icons
|
||||
run: |
|
||||
python -m download_icons sde
|
||||
|
||||
Reference in New Issue
Block a user