Skip to content

Commit 083aedf

Browse files
authored
Clean Up Release Workflow (#246)
Delete unused and unmaintained release job.
1 parent b259a92 commit 083aedf

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

.github/workflows/release.yml

+2-26
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ env:
88
SWIFT_VERSION: 5.7
99

1010
jobs:
11+
1112
create_release:
1213
name: Create Release
1314
runs-on: ubuntu-latest
@@ -25,6 +26,7 @@ jobs:
2526
release_name: ${{ github.ref }}
2627
- id: get_version
2728
uses: battila7/get-version-action@v2
29+
2830
macos:
2931
name: Release macOS
3032
runs-on: macos-latest
@@ -86,29 +88,3 @@ jobs:
8688
asset_path: xcbeautify.tar.xz
8789
asset_name: xcbeautify-${{ needs.create_release.outputs.tag_name }}-x86_64-unknown-linux-gnu.tar.xz
8890
asset_content_type: application/x-xz
89-
# ubuntu_arm64:
90-
# name: Release Linux arm64
91-
# runs-on: ubuntu-latest
92-
# needs: create_release
93-
# steps:
94-
# - name: Checkout
95-
# uses: actions/checkout@v2
96-
# - name: Package Linux arm64
97-
# uses: uraimo/[email protected]
98-
# with:
99-
# arch: aarch64
100-
# distro: ubuntu20.04
101-
# githubToken: ${{ github.token }}
102-
# run: |
103-
# apt update -yq
104-
# apt install -y make
105-
# make package-linux-arm64
106-
# - name: Upload Release Asset for Linux arm64
107-
# uses: actions/[email protected]
108-
# env:
109-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
110-
# with:
111-
# upload_url: ${{ needs.create_release.outputs.upload_url }}
112-
# asset_path: xcbeautify.tar.xz
113-
# asset_name: xcbeautify-${{ needs.create_release.outputs.tag_name }}-aarch64-unknown-linux-gnu.tar.xz
114-
# asset_content_type: application/x-xz

0 commit comments

Comments
 (0)