File tree 1 file changed +2
-26
lines changed
1 file changed +2
-26
lines changed Original file line number Diff line number Diff line change 8
8
SWIFT_VERSION : 5.7
9
9
10
10
jobs :
11
+
11
12
create_release :
12
13
name : Create Release
13
14
runs-on : ubuntu-latest
25
26
release_name : ${{ github.ref }}
26
27
- id : get_version
27
28
uses : battila7/get-version-action@v2
29
+
28
30
macos :
29
31
name : Release macOS
30
32
runs-on : macos-latest
86
88
asset_path : xcbeautify.tar.xz
87
89
asset_name : xcbeautify-${{ needs.create_release.outputs.tag_name }}-x86_64-unknown-linux-gnu.tar.xz
88
90
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
-
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
-
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
You can’t perform that action at this time.
0 commit comments