Skip to content

Commit

Permalink
Merge branch 'main' into 1.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
djklim87 committed Oct 7, 2024
2 parents 0565a65 + fc302ff commit bcc8847
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 81 deletions.
29 changes: 16 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,12 @@ jobs:
- name: Prepare packages structure
run: |
mkdir -p .debpkg/usr/bin
mkdir -p .debpkg/usr/share/manticore
mkdir -p .rpmpkg/usr/bin
mkdir -p .rpmpkg/usr/share
cp -p extra.LICENSE .rpmpkg/usr/share/${{ env.EXTRA_NAME }}-LICENSE
mkdir -p .rpmpkg/usr/share/manticore
cp -p extra.notice .debpkg/usr/share/manticore/${{ env.EXTRA_NAME }}.notice
cp -p extra.notice .rpmpkg/usr/share/manticore/${{ env.EXTRA_NAME }}.notice
echo "" > .rpmpkg/usr/share/${{ env.EXTRA_NAME }}-LICENSE
- uses: manticoresoftware/actions-build-deb-action@master
name: Build DEB packages
with:
Expand Down Expand Up @@ -478,8 +481,8 @@ jobs:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body_path: ./CHANGELOG.md
draft: true
prerelease: false
draft: false
prerelease: true

- name: Write upload_url to file
run: echo '${{ steps.create-release.outputs.upload_url }}' > upload_url.txt
Expand All @@ -504,9 +507,9 @@ jobs:
- artifact_suffix: macos-13-x86_64
asset_name_suffix: macos_x86_64.tar.gz
asset_content_type: application/gzip
# - artifact_suffix: macos-13-arm64
# asset_name_suffix: macos_arm64.tar.gz
# asset_content_type: application/gzip
- artifact_suffix: macos-14-arm64
asset_name_suffix: macos_arm64.tar.gz
asset_content_type: application/gzip
- artifact_suffix: dev-ubuntu-22.04-amd64
asset_name_suffix: linux_amd64-dev.tar.gz
asset_content_type: application/gzip
Expand Down Expand Up @@ -754,14 +757,14 @@ jobs:
distro: 9
- artifact: artifact-macos-13-x86_64
type: arc
arch: noarch
arch: x86_64
delimiter: "-"
distro: ""
- artifact: artifact-macos-14-arm64
type: arc
arch: aarch
delimiter: "-"
distro: ""
# - artifact: artifact-macos-13-arm64
# type: arc
# arch: noarch
# delimiter: "-"
# distro: ""
# manticore-extra meta package now
- artifact: artifact-extra-deb
type: deb
Expand Down
68 changes: 0 additions & 68 deletions extra.LICENSE

This file was deleted.

1 change: 1 addition & 0 deletions extra.notice
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
manticore-extra is a virtual package that helps install various other Manticore components.

0 comments on commit bcc8847

Please sign in to comment.