Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sstadick committed Jan 26, 2023
1 parent bc13a97 commit 5cbaa50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
mkdir -p "$staging"
cp {README.md,UNLICENSE,LICENSE-MIT} "$staging/"
cp {build.rs,Cargo.toml,Cargo.lock} "$staging/"
cp {Cargo.toml,Cargo.lock} "$staging/"
cp justfile "$staging/"
cp -R ./src "./$staging/src"
Expand Down

0 comments on commit 5cbaa50

Please sign in to comment.