Skip to content

Commit

Permalink
Edit path CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
iletai committed Mar 29, 2024
1 parent 970e9ba commit 4248f7e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
restore-keys: |
${{ runner.os }}-spm-
- name: Deploy
# Call deploycocoapods.yml
uses: ./.github/workflows/deploycocoapods.yml
- name: Set Swift Version
uses: swift-actions/setup-swift@v1
with:
Expand All @@ -40,7 +42,4 @@ jobs:
- name: Build
id: build
run: swift build

- name: Deploy
uses: ./github/workflows/deploycocoapod.yml

0 comments on commit 4248f7e

Please sign in to comment.