aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Taskfile.yaml')
-rw-r--r--Taskfile.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml
index 0e42d83..9333200 100644
--- a/Taskfile.yaml
+++ b/Taskfile.yaml
@@ -17,7 +17,7 @@ tasks:
- powershell -Command "Get-ChildItem -Include *.cs,*.csproj -Recurse | Where { \$_.FullName -notlike '*\obj\*' } | Resolve-Path -Relative | tar --files-from - -czf '{{.TARGET}}/src.tgz'"
#run post in debug mode
- - for: [ win-x64, linux-x64, osx-x64, linux-arm64, linux-arm ]
+ - for: [ win-x64, linux-x64, osx-x64, linux-arm64, linux-arm ]
task: postbuild
vars: { BUILD_MODE: debug, TARGET_OS: '{{ .ITEM }}'}