Skip to content

Commit

Permalink
fix workflow upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Nov 21, 2023
1 parent c3d09b5 commit 3df9d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -90,7 +90,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: nanopub_aarch64_apple
path: target/aarch64-apple-darwin/release/nanopub
path: target/aarch64-apple-darwin/release/nanopub-cli

- if: github.event_name == 'release'
run: |
Expand Down

0 comments on commit 3df9d75

Please sign in to comment.