Skip to content

Commit

Permalink
Revert "Build pkg again (#457)"
Browse files Browse the repository at this point in the history
This reverts commit e62e921.
  • Loading branch information
fkorotkov committed Apr 3, 2023
1 parent e62e921 commit a056841
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .ci/create-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ export VERSION="${CIRRUS_TAG:-0}"

mkdir -p .ci/pkg/
cp .build/arm64-apple-macosx/release/tart .ci/pkg/tart
codesign --sign "Developer ID Application: Cirrus Labs, Inc. (9M2P8L4D89)" \
--options=runtime --deep \
--entitlements Resources/tart-prod.entitlements --force \
.ci/pkg/tart
cp Resources/embedded.provisionprofile .ci/pkg/embedded.provisionprofile
pkgbuild --root .ci/pkg/ --identifier com.github.cirruslabs.tart --version $VERSION \
--scripts .ci/pkg/scripts \
Expand Down
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ before:
hooks:
- .ci/set-version.sh
- swift build -c release --product tart
- ./.ci/create-pkg.sh

builds:
- builder: prebuilt
Expand All @@ -30,8 +29,6 @@ archives:

release:
prerelease: auto
extra_files:
- glob: ./.ci/Tart-{{ .Tag }}.pkg

brews:
- name: tart
Expand Down

0 comments on commit a056841

Please sign in to comment.