File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,13 @@ jobs:
1616        include : 
1717          - target : windows 
1818            os : windows-latest 
19+             upload : windows 
1920          - target : linux 
2021            os : ubuntu-latest 
22+             upload : linux 
2123          - target : universal 
2224            os : macos-latest 
25+             upload : mac 
2326
2427    steps :
2528      - name : Clone Repository (latest) 
4346      - name : Upload desktop builds for Docker build 
4447        uses : actions/upload-artifact@v4 
4548        with :
46-           name : Desktop-Dist-${{ matrix.target  }} 
49+           name : Desktop-Dist-${{ matrix.upload  }} 
4750          path : Damselfly.Web.Client/wwwroot/desktop/*.* 
4851          retention-days : 5 
4952
@@ -94,13 +97,13 @@ jobs:
9497    runs-on : ${{ matrix.os }} 
9598    strategy : 
9699      matrix : 
97-         target : [linux, universal , windows] 
100+         target : [linux, mac , windows] 
98101        include : 
99102          - target : windows 
100103            os : ubuntu-latest 
101104          - target : linux 
102105            os : ubuntu-latest 
103-           - target : universal 
106+           - target : mac 
104107            os : macos-latest 
105108    steps :        
106109      - name : Clone Repository (latest) 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments