Skip to content

Commit 167d919

Browse files
committed
Fix release file
1 parent 3b3365f commit 167d919

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ jobs:
8080
PKG_CONFIG_PATH: /usr/local/opt/mysql@8.0/lib/pkgconfig
8181
if: ${{ matrix.os == 'macos-13' }}
8282
run: |
83-
chmod +x add-osx-certificate.sh && ./add-osx-certificate.sh
84-
echo "Finished add-osx-certificate"
8583
chmod +x osx-codesign.sh && ./osx-codesign.sh
8684
ditto -ck --keepParent --rsrc --sequesterRsrc ./dist/CellProfiler-Analyst.app ./dist/CellProfiler-Analyst-macOS-3.0.4.1.zip
8785
working-directory: ./distribution/macos
@@ -124,11 +122,11 @@ jobs:
124122
prerelease: true
125123
release_name: ${{ github.ref }}
126124
tag_name: ${{ github.ref }}
127-
- uses: actions/download-artifact@v3
125+
- uses: actions/download-artifact@v4
128126
with:
129127
name: CellProfiler-Analyst-macOS-3.0.4.1.zip
130128
path: ./
131-
- uses: actions/download-artifact@v3
129+
- uses: actions/download-artifact@v4
132130
with:
133131
name: CellProfiler-Analyst-Windows-3.0.4.1.exe
134132
path: ./

0 commit comments

Comments
 (0)