Skip to content

Commit 155d2b0

Browse files
committed
Исправление Access denied при создании дистрибутива
1 parent 2e5908d commit 155d2b0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
echo "Extracted version: $VERSION"
3636
3737
- name: Create dist directory
38-
run: mkdir -p dist
38+
run: |
39+
mkdir -p dist
40+
chmod 777 dist
3941
4042
- name: Build Windows installer with Inno Setup
4143
run: |

0 commit comments

Comments
 (0)