Skip to content

Commit

Permalink
fix bug build yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jowparks committed Mar 25, 2024
1 parent 7b9c568 commit d6394e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Build
on:
push:


jobs:
build:
runs-on: macos-latest
uses: ./.github/workflows/build_template.yaml
with:
os: macos-latest
steps:
- uses: ./.github/workflows/build_template.yaml
with:
os: macos-latest
6 changes: 3 additions & 3 deletions .github/workflows/testflight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:

jobs:
publish_testflight:
uses: ./.github/workflows/build_template.yaml
with:
os: macos-latest
steps:
- uses: ./.github/workflows/build_template.yaml
with:
os: macos-latest
- name: setup codesigning
env:
APPLE_IFLABS_SIGNING_CERT: ${{ secrets.APPLE_IFLABS_SIGNING_CERT }}
Expand Down

0 comments on commit d6394e9

Please sign in to comment.