Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkgos committed Oct 18, 2023
1 parent 3af3e8c commit 689b3f2
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,29 +138,10 @@ jobs:
name: goup-${{ matrix.target }}.msi
path: target/wix/goup-${{ matrix.target }}.msi

# Notarize goup binaries for MacOS and build notarized pkg installers
notarize_and_pkgbuild:
runs-on: macos-latest
continue-on-error: true
needs: [github_build]
strategy:
fail-fast: false
matrix:
include:
- target: x86_64-apple-darwin
arch: x86_64
name: goup-x86_64-apple-darwin.tar.gz
pkgname: goup-x86_64-apple-darwin.pkg

- target: aarch64-apple-darwin
arch: aarch64
name: goup-aarch64-apple-darwin.tar.gz
pkgname: goup-aarch64-apple-darwin.pkg

# Create GitHub release with Rust build targets and release notes
upload_artifacts:
name: Add Build Artifacts to Release
needs: [github_build, notarize_and_pkgbuild]
needs: [github_build]
runs-on: ubuntu-latest
steps:
- name: Setup | Artifacts
Expand Down

0 comments on commit 689b3f2

Please sign in to comment.