Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
xjbeta committed Sep 18, 2024
2 parents 9e079c7 + 4ddba96 commit ebdf056
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:

- uses: actions/checkout@v4

- uses: irgaly/xcode-cache@v1
with:
key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }}
restore-keys: xcode-cache-deriveddata-${{ github.workflow }}-

- name: Clone AppUpdaterAppcasts
run: git clone https://github.com/xjbeta/AppUpdaterAppcasts

Expand Down

0 comments on commit ebdf056

Please sign in to comment.