Skip to content

Commit

Permalink
Sanity check binary
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Nov 6, 2021
1 parent 25855f6 commit 6921f2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
shasum -a 512 "$OPENSCAD_NAME" > "$OPENSCAD_NAME".sha512
cp -v "$OPENSCAD_NAME"* ${{ runner.temp }}/out/
echo "Finished building OpenSCAD: $(date)"
- name: Verify OpenSCAD binary
run: |
./scripts/macosx-sanity-check.py ./build/OpenSCAD.app/Contents/MacOS/OpenSCAD
- name: Upload Artifacts
uses: actions/upload-artifact@v2
if: ${{ always() }}
Expand Down

0 comments on commit 6921f2f

Please sign in to comment.