Skip to content

Commit 7536bda

Browse files
ci: fixed .bat file execution
1 parent ae4dd4e commit 7536bda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424

2525
- name: Setup the App
2626
run: |
27-
setup.bat
27+
.\setup.bat
2828
2929
- name: Build Exe
3030
run: |
31-
build-exe.bat
31+
.\build-exe.bat
3232
3333
- name: Update recent release
3434
uses: xresloader/upload-to-github-release@v1

0 commit comments

Comments
 (0)