We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154132b commit b74b1f2Copy full SHA for b74b1f2
.github/workflows/release.yml
@@ -69,12 +69,12 @@ jobs:
69
pyinstaller distribution/windows/CellProfiler-Analyst.spec
70
iscc /dMyAppVersion="3.0.4.1" "distribution/windows/CellProfiler-Analyst.iss"
71
- if: ${{ matrix.os == 'macos-13' }}
72
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
73
with:
74
name: CellProfiler-Analyst-macOS-3.0.4.1.zip
75
path: ./distribution/macos/dist/CellProfiler-Analyst-macOS-3.0.4.1.zip
76
- if: ${{ matrix.os == 'windows-latest' }}
77
78
79
name: CellProfiler-Analyst-Windows-3.0.4.1.exe
80
path: ./distribution/windows/Output/CellProfiler-Analyst-Windows-3.0.4.1.exe
0 commit comments