We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21bd891 commit 755ac34Copy full SHA for 755ac34
1 file changed
.github/workflows/CI.yml
@@ -40,20 +40,4 @@ jobs:
40
npm install
41
npm run vsce-deploy-win-x64
42
npm run vsce-deploy-linux-x64
43
- popd
44
- cross-compile-linux-aot:
45
- runs-on: ubuntu-26.04-arm
46
- steps:
47
- - uses: actions/checkout@v6
48
- - name: Setup .NET
49
- uses: actions/setup-dotnet@v5
50
- with:
51
- dotnet-version: ${{ env.DOTNET_VERSION }}
52
- - name: Build VSCodeExtension dependencies
53
- run: |
54
- dotnet publish src/CHttpExtension -r linux-arm64 -f net9.0 # .NET 9
55
- - name: Upload CHttpExtension file to artifacts (linux-arm64)
56
- uses: actions/upload-artifact@v4
57
58
- name: CHttpExtension-linux-arm64 # The name of the artifact bundle
59
- path: src/CHttpExtension/bin/Release/net9.0/linux-arm64/publish/*
+ popd
0 commit comments