Skip to content

Commit c717116

Browse files
committed
test
1 parent aa86de7 commit c717116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout FFmpeg
2525
id: ffmpeg
2626
run: |
27-
current=$(git ls-remote --head --tags --sort=-v:refname "${{github.repositoryUrl}}"|head -n 1|grep --perl-regex -e "refs/tags/\\K(.*)" --only-matching)
27+
current=$(git ls-remote --head --tags --sort=-v:refname "https://github.com/System233/ffmpeg-builds.git"|head -n 1|grep --perl-regex -e "refs/tags/\\K(.*)" --only-matching)
2828
branch=$(git ls-remote --head --refs --sort=-v:refname "https://github.com/FFmpeg/FFmpeg.git"|head -n 1|grep --perl-regex -e "refs/heads/\\K(.*)" --only-matching)
2929
version=$(echo $branch|cut -d / -f 2)
3030
name=ffmpeg-$version

0 commit comments

Comments
 (0)