Try to run .bat file on windows

This commit is contained in:
Benedikt Terhechte 2021-12-20 08:23:38 +01:00
parent 1c63d028df
commit cc28ff8518

View File

@ -1,4 +1,4 @@
name: Rust
name: Deployment Build
on: [workflow_dispatch]
@ -26,7 +26,7 @@ jobs:
- os: windows-2019
command: |
cd postsack-native
build_windows.bat
.\build_windows.bat
binary: target/release/postsack
steps:
- name: Production Build