Skip to content

Commit

Permalink
fix: published fi
Browse files Browse the repository at this point in the history
  • Loading branch information
trueai-org committed Jun 26, 2024
1 parent ee6e825 commit f407985
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet-linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
rm -f src/MDriveSync.Client.API/bin/Release/net8.0/linux-arm64/publish/*.pdb
else
echo "Preserving .pdb files for pre-release versions..."
fi
- name: 创建临时目录并复制发布文件
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dotnet-linux-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
rm -f src/MDriveSync.Client.API/bin/Release/net8.0/linux-x64/publish/*.pdb
else
echo "Preserving .pdb files for pre-release versions..."
fi
- name: 创建临时目录并复制发布文件
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dotnet-osx-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
rm -f src/MDriveSync.Client.API/bin/Release/net8.0/osx-arm64/publish/*.pdb
else
echo "Preserving .pdb files for pre-release versions..."
fi
- name: 创建临时目录并复制发布文件
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dotnet-osx-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
rm -f src/MDriveSync.Client.API/bin/Release/net8.0/osx-x64/publish/*.pdb
else
echo "Preserving .pdb files for pre-release versions..."
fi
- name: 创建临时目录并复制发布文件
run: |
Expand Down

0 comments on commit f407985

Please sign in to comment.