Skip to content

Commit d9ba1d2

Browse files
committed
fix yaml syntax error
1 parent 45d690e commit d9ba1d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
export SKIP_FFMPEG_PATHCHES=1
2929
./init-any.sh all
3030
- name: generate src log
31-
- run: |
31+
run: |
3232
cd build/src/macos
3333
ls | awk -F ' ' '{printf "echo %s\n echo -------------\ngit -C %s log -n 1 | cat\n",$0,$0}' | bash > ../macos-src-log.md
3434
cd ../ios

.github/workflows/publish-ijk-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
envFile: 'constants.env'
2727
- run: ./init-any.sh all
2828
- name: generate src log
29-
- run: |
29+
run: |
3030
cd build/src/macos
3131
ls | awk -F ' ' '{printf "echo %s\n echo -------------\ngit -C %s log -n 1 | cat\n",$0,$0}' | bash > ../macos-src-log.md
3232
cd ../ios

0 commit comments

Comments
 (0)