mirror of
https://github.com/terhechte/postsack
synced 2024-11-16 06:13:09 +00:00
Try to run .bat file on windows
This commit is contained in:
parent
1c63d028df
commit
cc28ff8518
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -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…
Reference in New Issue
Block a user