Skip to content

Commit

Permalink
ci: fix module version
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Nov 11, 2024
1 parent 8793f6a commit 17687fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
with:
toolchain: 1.82.0
- run: cargo build --release --package cbor-diag-cli
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: './target/release/cbor-diag'

0 comments on commit 17687fd

Please sign in to comment.