File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -206,15 +206,16 @@ jobs:
206206 echo ${{ github.ref }}
207207
208208 - name : Upload Package
209- if : ${{ github.ref == 'refs/heads/main' && matrix.os != 'windows-latest' }}
210- uses : actions/upload-artifact@v3
209+ # if: ${{ github.ref == 'refs/heads/main' && matrix.os != 'windows-latest' }}
210+ if : ${{ matrix.os != 'windows-latest' }}
211+ 211212 with :
212213 name : rapid_power_estimator_${{ matrix.os }}
213214 path : dist/rapid_power_estimator*.tar.gz
214215
215216 - name : Upload Package
216217 if : ${{ github.ref == 'refs/heads/main' && matrix.os == 'windows-latest' }}
217- uses : actions/upload-artifact@v3
218+ uses : actions/upload-artifact@v4.4.3
218219 with :
219220 name : rapid_power_estimator_${{ matrix.os }}
220221 path : dist/rapid_power_estimator*.exe
You can’t perform that action at this time.
0 commit comments