Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
xjbeta committed Apr 12, 2024
2 parents 98f2201 + 5fbb82a commit 8693376
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
xcode-version: latest-stable

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Clone AppUpdaterAppcasts
run: git clone https://github.com/xjbeta/AppUpdaterAppcasts
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
npm install
- name: Download Plugin
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.10
with:
repository: 'xjbeta/iina-plugin-danmaku'
tag: "0.1.8"
Expand All @@ -64,7 +64,7 @@ jobs:
run: xcodebuild -resolvePackageDependencies

- name: Archive
run: xcodebuild archive -project IINA+.xcodeproj -scheme IINA+ -archivePath archive/IINA+.xcarchive -showBuildTimingSummary -allowProvisioningUpdates
run: xcodebuild archive -project IINA+.xcodeproj -scheme IINA+ -destination 'generic/platform=macOS' -archivePath archive/IINA+.xcarchive -showBuildTimingSummary -allowProvisioningUpdates

- name: CodeSign And Package
shell: zsh {0}
Expand All @@ -87,7 +87,7 @@ jobs:
archive/IINA+.xcarchive/Products/Applications/*.dmg
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
generate_release_notes: true
Expand Down

0 comments on commit 8693376

Please sign in to comment.