From 07be67e8564d0d3c0c3161299c029f79fae03805 Mon Sep 17 00:00:00 2001 From: Solomon Jacobs Date: Thu, 12 Oct 2023 20:56:16 +0200 Subject: [PATCH] Different Syntax --- .github/workflows/build_all.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 89b745a..5a00d4c 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -30,7 +30,10 @@ jobs: with: name: "Daily Build" allowUpdates: true - artifacts: "./artifact/robotmk_collector.ps1,./artifact/windows64/rcc.exe,./artifact/x86_64-pc-windows-gnu/release/robotmk.exe" + artifacts: > + ./artifact/robotmk_collector.ps1, + ./artifact/windows64/rcc.exe, + ./artifact/x86_64-pc-windows-gnu/release/robotmk.exe, replacesArtifacts: true removeArtifacts: true prerelease: true