Skip to content

Commit

Permalink
Update test_ios_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanlorng authored Nov 3, 2024
1 parent 1634b00 commit d7c82cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: sync_master_target
ref: master
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -133,5 +133,5 @@ jobs:
if: failure()
uses: actions/upload-artifact@v4
with:
name: Project-${{ matrix.type }}
name: Project-${{ matrix.type }}-${{ github.run_id }}
path: ${{ github.workspace }}

0 comments on commit d7c82cf

Please sign in to comment.