Skip to content

Commit 390c4f5

Browse files
authored
Merge pull request #4892 from JoeRobich/experimental-linux-arm64
Allow Linux Arm64 users to run the experimental O# build
2 parents 6c4ea5c + 6a3ae21 commit 390c4f5

File tree

7 files changed

+16686
-16337
lines changed

7 files changed

+16686
-16337
lines changed

.github/workflows/release-ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,17 @@ jobs:
5252
asset_name: csharp-${{ env.VERSION }}-darwin-x64.vsix
5353
asset_content_type: application/zip
5454

55+
- name: Upload release build (linux-arm64)
56+
id: upload-release-asset-linux-arm64
57+
uses: actions/upload-release-asset@v1
58+
env:
59+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60+
with:
61+
upload_url: ${{ github.event.release.upload_url }}
62+
asset_path: ./csharp-${{ env.VERSION }}-linux-arm64.vsix
63+
asset_name: csharp-${{ env.VERSION }}-linux-arm64.vsix
64+
asset_content_type: application/zip
65+
5566
- name: Upload release build (linux-x64)
5667
id: upload-release-asset-linux-x64
5768
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)