Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mzanm committed Jul 7, 2023
1 parent a374e88 commit 13c9eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
string = text[matches[0].start():matches[1].start() - 1].strip() + "\n"
with open("release_description.md", "w", encoding="UTF-8") as f:
f.write(string)
shell: python
shell: python
- name: Build add-on
run: scons
- name: Create release
Expand Down

0 comments on commit 13c9eb5

Please sign in to comment.