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 4248f7e commit 5afb50c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ 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 @@ -42,4 +40,8 @@ jobs:
- name: Build
id: build
run: swift build

- name: Deploy
# Call deploycocoapods.yml
uses: ././workflows/deploycocoapods.yml

0 comments on commit 5afb50c

Please sign in to comment.