Fix autobuild

of course I forgot to escape the regex group ahhhhh
This commit is contained in:
windowsboy111
2022-10-31 18:24:55 +08:00
committed by GitHub
parent 65a42cb647
commit adae178e65
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- id: files
uses: jitterbit/get-changed-files@v1
- id: parse
run: echo "${{ steps.files.outputs.added_modified }}" | sed 's/ /\n/g' | sed 's@(.*)/.*@\1/@g' | jq -R . | jq -s . | jq -c . | sed 's/^/b=/' >> $GITHUB_OUTPUT
run: echo "${{ steps.files.outputs.added_modified }}" | sed 's/ /\n/g' | sed 's@\(.*\)/.*@\1/@g' | jq -R . | jq -s . | jq -c . | sed 's/^/b=/' >> $GITHUB_OUTPUT
build:
needs: manifest