Update build.yml

This commit is contained in:
windowsboy111
2022-10-17 20:53:06 +08:00
committed by GitHub
parent b17101ff46
commit d590fda479
+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::/' > $GITHUB_ENV
run: echo "${{ inputs.packages }}" | sed 's/ /\/\n/g' | jq -R . | jq -s . | jq -c . | sed 's/^/::set-output name=pkgs::/'
build:
needs: parse
strategy: