Skip to content

Commit

Permalink
no need for an 'always' check
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Nov 7, 2021
1 parent 3f973a5 commit 83d3ed4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
1 change: 0 additions & 1 deletion .github/workflows/macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
./scripts/macosx-sanity-check.py ./build/OpenSCAD.app/Contents/MacOS/OpenSCAD
- name: Upload Artifacts
uses: actions/upload-artifact@v2
if: ${{ always() }}
with:
name: Build Artifacts
path: ${{ runner.temp }}/out/
40 changes: 0 additions & 40 deletions .github/workflows/macos.yml

This file was deleted.

0 comments on commit 83d3ed4

Please sign in to comment.