Skip to content

Commit 8895f63

Browse files
committed
Try to fix permissions on mac file
1 parent 3a4de91 commit 8895f63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
- name: Run PyInstaller
7474
run: pyinstaller main.py --onefile --name obs-websocket-http --icon data/irltk_icon.ico
7575

76+
- run: chmod +x dist/obs-websocket-http*
77+
7678
- name: Upload Artifacts
7779
uses: actions/upload-artifact@v2
7880
with:

0 commit comments

Comments
 (0)