We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f6b2c4 commit f89e879Copy full SHA for f89e879
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
if: matrix.target == 'osx-arm64' || matrix.target == 'osx-x64'
40
run: |
41
dotnet publish EmmyLua.LanguageServer -r osx-arm64 -c Release -o ${{ github.workspace }}/artifact/ --sc /p:DebugType=None
42
- rm -rf ${{ github.workspace }}/artifact/EmmyLua.LanguageServer-${{ matrix.platform }}/EmmyLua.LanguageServer.dSYM
+ rm -rf ${{ github.workspace }}/artifact/EmmyLua.LanguageServer.dSYM
43
- name: Upload
44
uses: actions/upload-artifact@v3
45
with:
0 commit comments