Update build.yml

This commit is contained in:
windowsboy111
2022-10-17 20:58:24 +08:00
committed by GitHub
parent d590fda479
commit 646ea7cfff
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
steps:
- name: Parse Input
id: parsing
run: echo "${{ inputs.packages }}" | sed 's/ /\/\n/g' | jq -R . | jq -s . | jq -c . | sed 's/^/::set-output name=pkgs::/'
run: echo "${{ inputs.packages }}" | sed 's/ /\n/g' | sed 's/$/\//g' | jq -R . | jq -s . | jq -c . | sed 's/^/::set-output name=pkgs::/'
build:
needs: parse
strategy: