Skip to content

Commit

Permalink
chore(ci): generate lockfile before packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTDrinker committed Jul 18, 2024
1 parent dd68ce6 commit 6468bce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
fetch-depth: 0
- name: Prepare package
run: |
cargo generate-lockfile
cargo package -p tfhe
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
Expand Down

0 comments on commit 6468bce

Please sign in to comment.