Skip to content

Commit

Permalink
buggy pipes in codesign script
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Mar 26, 2023
1 parent 8a803f0 commit 53510ac
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions actions/codesign/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ runs:
-not -name '*.py' \
-not -name '*.pyc' \
-not -name '*.txt' \
-not -name '*.h' | \
-not -name '*.c' | \
-not -name '*.s' | \
-not -name '*.def' | \
-not -name '*.h' \
-not -name '*.c' \
-not -name '*.s' \
-not -name '*.def' \
-not -name '*.zig' | \
/usr/bin/sed -e 's/ /\\ /g' >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
Expand All @@ -73,10 +73,10 @@ runs:
-not -name '*.pyc' \
-not -name '*.txt' \
-not -name '*.h' \
-not -name '*.c' | \
-not -name '*.s' | \
-not -name '*.def' | \
-not -name '*.zig' | \
-not -name '*.c' \
-not -name '*.s' \
-not -name '*.def' \
-not -name '*.zig' \
-not -name tea | \
/usr/bin/sed -e 's/ /\\ /g' >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 53510ac

Please sign in to comment.