File tree Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -111,16 +111,16 @@ jobs:
111111    strategy :
112112      matrix :
113113        artifact :
114-           - path : " *-mac_universal.zip " 
114+           - path : " mac-universal " 
115115            name : Arduino-Lab-for-MicroPython_macOS_Universal 
116116            id : macos-universal 
117-           - path : " *-win_x64.zip " 
117+           - path : " win-unpacked " 
118118            name : Arduino-Lab-for-MicroPython_Windows_X86-64 
119119            id : windows 
120-           - path : " *-linux_x64.zip " 
120+           - path : " linux-unpacked " 
121121            name : Arduino-Lab-for-MicroPython_Linux_X86-64 
122122            id : linux 
123-           - path : " *-linux_arm64.zip " 
123+           - path : " linux-arm64-unpacked " 
124124            name : Arduino-Lab-for-MicroPython_Linux_ARM64 
125125            id : linux-arm64 
126126
@@ -140,11 +140,6 @@ jobs:
140140        with :
141141          name : ${{ env.JOB_TRANSFER_ARTIFACT }}-${{ matrix.artifact.id }} 
142142          path : ${{ env.JOB_TRANSFER_ARTIFACT }} 
143-       - name : Extract and prepare artifact 
144-         run : | 
145-           cd ${{ env.JOB_TRANSFER_ARTIFACT }} 
146-           unzip ${{ matrix.artifact.path }} 
147-           rm ${{ matrix.artifact.path }} 
148143      - name : Upload tester build artifact 
149144        uses : actions/upload-artifact@v4 
150145        with :
Original file line number Diff line number Diff line change 2626    "mac" : {
2727      "target" : [
2828        {
29-           "target" : " zip "  ,
29+           "target" : " dir "  ,
3030          "arch" : [
3131            " universal" 
3232          ]
3535      "icon" : " build_resources/icon.icns" 
3636    },
3737    "win" : {
38-       "target" : " zip "  ,
38+       "target" : " dir "  ,
3939      "sign" : " ./build_resources/windowsCustomSign.js"  ,
4040      "icon" : " build_resources/icon.png" 
4141    },
4242    "linux" : {
4343      "target" : [
4444        {
45-           "target" : " zip "  ,
45+           "target" : " dir "  ,
4646          "arch" : [" x64"  ]
4747        },
4848        {
49-           "target" : " zip "  , 
49+           "target" : " dir "  , 
5050          "arch" : [" arm64"  ]
5151        }
5252      ],
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments