Skip to content

Commit f89e879

Browse files
committed
try rm dSYM
1 parent 3f6b2c4 commit f89e879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: matrix.target == 'osx-arm64' || matrix.target == 'osx-x64'
4040
run: |
4141
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
42+
rm -rf ${{ github.workspace }}/artifact/EmmyLua.LanguageServer.dSYM
4343
- name: Upload
4444
uses: actions/upload-artifact@v3
4545
with:

0 commit comments

Comments
 (0)