Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
fic syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Correct-Syntax committed Dec 24, 2020
1 parent 4cb44bd commit 611e2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
run: pyinstaller -n "GimelStudio" "src/main.py"

# Copy customnodes directory
- run: mkdir ./dist/GimelStudio/customnodes
- name: Copy customnodes dir to app dir
run: mkdir ./dist/GimelStudio/customnodes
run: cp -r ./src/customnodes/* ./dist/GimelStudio/customnodes

# Prepare the release
Expand Down

0 comments on commit 611e2c3

Please sign in to comment.