Skip to content

Commit

Permalink
fixed it
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaDev committed Sep 18, 2023
1 parent 11aff0f commit 90ca8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "TAG=$TAG" >> $GITHUB_ENV
echo "COMMIT=$(git log --format="%h" -n 1)" >> $GITHUB_ENV
echo 'patches=<<EOF' >> $GITHUB_OUTPUT
echo 'patches<<EOF' >> $GITHUB_OUTPUT
echo "$(ls -1 ../patches/*.patch)" >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
- name: Patch
Expand Down

0 comments on commit 90ca8bf

Please sign in to comment.