Skip to content

Commit

Permalink
CI: don't upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
bitraid committed May 7, 2024
1 parent 2f3e449 commit e2a05e0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,3 @@ jobs:
run: |
file ./src/motionplus
./src/motionplus -h || true
- name: Upload artifact
uses: actions/upload-artifact@main
with:
name: motionplus-${{ matrix.cc }}-${{ matrix.libc }}-${{ github.sha }}
path: src/motionplus
compression-level: 9

0 comments on commit e2a05e0

Please sign in to comment.