Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
khcrysalis committed Nov 6, 2024
1 parent 265ee42 commit 0fe340a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- uses: actions/checkout@v3
with:
repository: ${{ secrets.B_BR }}
path: "Bbuild"
token: ${{ secrets.B_GH_TOKEN }}

- name: Install dependencies (packages)
run: |
Expand All @@ -27,16 +33,9 @@ jobs:
Preferences.beta = true
' iOS/Delegates/AppDelegate.swift
- uses: actions/checkout@v3
with:
repository: ${{ secrets.B_BR }}
path: "Bbuild"
token: ${{ secrets.B_GH_TOKEN }}
run: |
./Bbuild/prep.sh
- name: Compile f
run: |
$GITHUB_WORKSPACE/Bbuild/prep.sh
make package SCHEME="'feather (Release)'"
mv packages/* upload/
Expand Down

0 comments on commit 0fe340a

Please sign in to comment.