Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaafanador3 committed Jan 16, 2024
1 parent e8d4af3 commit 6cd0e73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@ jobs:
- name: Create framework
run: |
sh -x build.sh release-package-build_${{ matrix.platform }}-${{ matrix.xcode-version }}-${{ matrix.target }}-${{ matrix.configuration }}
- name: Rename package
run: |
mv product.zip product-${{ matrix.platform }}-${{ matrix.xcode-version }}-${{ matrix.target }}-${{ matrix.configuration }}.zip
- name: Upload build product
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 6cd0e73

Please sign in to comment.