Skip to content

Commit

Permalink
Different Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed Oct 12, 2023
1 parent 7e91e8a commit 07be67e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07be67e

Please sign in to comment.