Fix some workflow problems

This commit is contained in:
Tobias Reisinger 2024-05-10 13:50:07 +02:00
parent c1324b2943
commit 5e7d5466e8
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 51 additions and 83 deletions

View file

@ -12,7 +12,7 @@ clean:
rm -f emgauwa-controller.sqlite
emgauwa-controller_%:
$(TOOL) build --target $* --release --bin emgauwa-controller
$(TOOL) build --target $* --release
mkdir -p out/releases
cp target/$*/release/emgauwa-controller out/releases/emgauwa-controller_$*