Skip to content

Commit

Permalink
ci: update gh action repository name (#21073)
Browse files Browse the repository at this point in the history
  • Loading branch information
Le0Developer committed Mar 22, 2024
1 parent 9d4ec7b commit cb9a875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binary_artifact.yml
Expand Up @@ -151,7 +151,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get short tag name
uses: jungwinter/split@v2
uses: winterjung/split@v2
id: split
with:
msg: ${{ github.ref }}
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
name: ${{ matrix.version }}
path: ./${{ matrix.version }}
- name: Get short tag name
uses: jungwinter/split@v2
uses: winterjung/split@v2
id: split
with:
msg: ${{ github.ref }}
Expand Down

0 comments on commit cb9a875

Please sign in to comment.