Try to run .bat file on windows

pull/30/head
Benedikt Terhechte 2 years ago
parent 1c63d028df
commit cc28ff8518

@ -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

Loading…
Cancel
Save