Skip to content

Commit

Permalink
Create release automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
kabiroberai committed Nov 18, 2024
1 parent 0034fa9 commit cda984a
Showing 1 changed file with 9 additions and 25 deletions.
34 changes: 9 additions & 25 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
on:
workflow_dispatch:
push:
branches:
- main

jobs:
build:
Expand All @@ -19,26 +16,13 @@ jobs:
brew install automake autoconf libtool pkg-config
make -j8
- name: Upload plist
uses: actions/upload-artifact@v4
- name: Release
uses: softprops/action-gh-release@v2
with:
name: plist.xcframework
path: output/plist.xcframework

- name: Upload usbmuxd
uses: actions/upload-artifact@v4
with:
name: usbmuxd.xcframework
path: output/usbmuxd.xcframework

- name: Upload libimobiledeviceGlue
uses: actions/upload-artifact@v4
with:
name: libimobiledeviceGlue.xcframework
path: output/libimobiledeviceGlue.xcframework

- name: Upload libimobiledevice
uses: actions/upload-artifact@v4
with:
name: libimobiledevice.xcframework
path: output/libimobiledevice.xcframework
files: |
output/curl.xcframework
output/tatsu.xcframework
output/plist.xcframework
output/usbmuxd.xcframework
output/libimobiledeviceGlue.xcframework
output/libimobiledevice.xcframework

0 comments on commit cda984a

Please sign in to comment.