Compare commits
2 Commits
1.12.1-bet
...
1.12.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1488704db4 | ||
|
|
46db5c87e0 |
@@ -41,9 +41,9 @@ jobs:
|
||||
|
||||
- name: Get version
|
||||
id: package_version
|
||||
uses: KageKirin/get-csproj-version@v0
|
||||
with:
|
||||
file: LightlessSync/LightlessSync.csproj
|
||||
run: |
|
||||
version=$(grep -oPm1 "(?<=<Version>)[^<]+" LightlessSync/LightlessSync.csproj)
|
||||
echo "version=$version" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Display version
|
||||
run: |
|
||||
|
||||
@@ -504,7 +504,7 @@ public class ServerConfigurationManager
|
||||
|
||||
internal void RenameTag(Dictionary<string, List<string>> tags, HashSet<string> storage, string oldName, string newName)
|
||||
{
|
||||
if (newName.Length > _maxCharactersFolder)
|
||||
if (newName.Length < _maxCharactersFolder)
|
||||
{
|
||||
storage.Remove(oldName);
|
||||
storage.Add(newName);
|
||||
|
||||
Reference in New Issue
Block a user