File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2222      - name : Setup .NET 
2323        uses : actions/setup-dotnet@v3 
2424        with :
25-           dotnet-version : 8 .0.0
25+           dotnet-version : 9 .0.0
2626      - name : Install DocFX 
2727        run : dotnet tool update -g docfx 
2828        continue-on-error : true 
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
1717    - name : Setup .NET 
1818      uses : actions/setup-dotnet@v1 
1919      with :
20-         dotnet-version : 8 .0.x
20+         dotnet-version : 9 .0.x
2121        include-prerelease : true 
2222    - name : Restore dependencies 
2323      run : dotnet restore 
2424    - name : Build 
2525      run : dotnet build --no-restore --configuration Release /p:DebugType=None 
2626    - name : Rename executables 
27-       working-directory : /home/runner/work/Obsidian/Obsidian/Obsidian.ConsoleApp/bin/Release/net8 .0/ 
27+       working-directory : /home/runner/work/Obsidian/Obsidian/Obsidian.ConsoleApp/bin/Release/net9 .0/ 
2828      run : | 
2929        mv Obsidian.ConsoleApp.dll ObsidianApp.dll 
3030        mv Obsidian.ConsoleApp.deps.json ObsidianApp.deps.json 
3333      uses : actions/upload-artifact@v4 
3434      with :
3535        name : Obsidian-Nightly-Build 
36-         path : /home/runner/work/Obsidian/Obsidian/Obsidian.ConsoleApp/bin/Release/net8 .0/ 
36+         path : /home/runner/work/Obsidian/Obsidian/Obsidian.ConsoleApp/bin/Release/net9 .0/ 
3737      if : ${{ github.event_name == 'push' }}  #  Only upload artifacts on push, don't upload them for PRs
3838    - name : Discord Webhook Action 
3939      uses : tsickert/discord-webhook@v4.0.0 
Original file line number Diff line number Diff line change 2626        uses : actions/setup-dotnet@v3 
2727        with :
2828          dotnet-version : | 
29+             9 
2930            8 
3031            7 
3132       - name : Pack n Push 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments