Skip to content

Commit

Permalink
fail if not found
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalicki2 committed Dec 17, 2023
1 parent f6cbf71 commit 4d5929f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ jobs:
override: true
- name: "Build Isograph with cargo"
run: cargo build --target x86_64-apple-darwin --release
- name: ls
- name: finds
run: find .
- uses: actions/upload-artifact@v2
with:
name: isograph_cli-macos-x64
path: target/x86_64-apple-darwin/release/isograph_cli
if-no-files-found: error

build-projects:
name: Build projects
Expand Down

0 comments on commit 4d5929f

Please sign in to comment.