Skip to content

Commit

Permalink
Remove debug steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Jun 12, 2024
1 parent f34cc50 commit d9bfa8d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ jobs:
- name: Pull LFS objects
run: git lfs pull

- name: Upload application
uses: actions/upload-artifact@v3
with:
name: iOS
path: ${{ github.workspace }}/build/ios/ipa/
retention-days: 1

- name: List Client directory contents
run: ls -la ${{ github.workspace }}

- name: List IPA directory contents
run: ls -la ${{ github.workspace }}/build/ios/ipa/
# - name: Upload application
# uses: actions/upload-artifact@v3
# with:
# name: iOS
# path: ${{ github.workspace }}/build/ios/ipa/
# retention-days: 1
#
# - name: List Client directory contents
# run: ls -la ${{ github.workspace }}
#
# - name: List IPA directory contents
# run: ls -la ${{ github.workspace }}/build/ios/ipa/


- name: Setup Go
Expand Down

0 comments on commit d9bfa8d

Please sign in to comment.