Skip to content

Commit

Permalink
fix: only copy files after the folder was created (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain authored Jul 18, 2024
1 parent d9c7c40 commit 3363027
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3363027

Please sign in to comment.