File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 6767        with :
6868          name : artifacts-${{ matrix.target }} 
6969          path : | 
70-             src-tauri/target/${{ matrix.target }}/release/bundle/**/* 
71-             src-tauri/target/release/bundle/**/* 
70+             src-tauri/target/${{ matrix.target }}/release/bundle/**/*.msi 
71+             src-tauri/target/${{ matrix.target }}/release/bundle/**/*.dmg 
72+             src-tauri/target/${{ matrix.target }}/release/bundle/**/*.deb 
73+             src-tauri/target/${{ matrix.target }}/release/bundle/**/*.AppImage 
74+             src-tauri/target/release/bundle/**/*.msi 
75+             src-tauri/target/release/bundle/**/*.dmg 
76+             src-tauri/target/release/bundle/**/*.deb 
77+             src-tauri/target/release/bundle/**/*.AppImage 
7278           if-no-files-found : error 
7379
7480  release :
97103            - Cross-platform builds for Linux x86_64, Windows x86_64, Mac Intel, Mac ARM. 
98104
99105            ## Downloads 
100-             Download the appropriate  installer for your platform from the assets below. 
106+             Download the installer files (.msi for Windows, .dmg for Mac, .deb/.AppImage for Linux)  for your platform from the assets below. 
101107           draft : true 
102108          files : ./artifacts/**/* 
103109        env :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments