File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,9 @@ jobs:
116116name : Upload Build Artifact 
117117        uses : actions/upload-artifact@v4 
118118        with :
119-           name : AutoSplit v${{ steps.autosplit_version.outputs.AUTOSPLIT_VERSION }} for ${{ matrix.os }} (Python ${{ matrix.python-version }}) 
119+           name : > 
120+             AutoSplit v${{ steps.autosplit_version.outputs.AUTOSPLIT_VERSION }} 
121+             for ${{ matrix.os }} (Python ${{ matrix.python-version }}) 
120122path : | 
121123            dist/AutoSplit* 
122124            dist/settings.toml 
Original file line number Diff line number Diff line change @@ -313,6 +313,6 @@ def run_tesseract(png: bytes):
313313
314314# Shared strings 
315315# Check `excludeBuildNumber` during workflow dispatch build generate a clean version number 
316- AUTOSPLIT_VERSION  =  "2.3.0 "  +  (f"-{ AUTOSPLIT_BUILD_NUMBER }   if  AUTOSPLIT_BUILD_NUMBER  else  "" )
316+ AUTOSPLIT_VERSION  =  "2.3.1 "  +  (f"-{ AUTOSPLIT_BUILD_NUMBER }   if  AUTOSPLIT_BUILD_NUMBER  else  "" )
317317"""AutoSplit Version number""" 
318318GITHUB_REPOSITORY  =  AUTOSPLIT_GITHUB_REPOSITORY 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments