Skip to content

Commit

Permalink
Fix missed dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Mar 8, 2024
1 parent b87abaf commit 8b4ab86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-c-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
run: |
DIST_DIR="chiavdfc-${{ matrix.os.matrix }}-${{ matrix.arch.matrix }}"
echo "DIST_DIR=$DIST_DIR" >> "$GITHUB_ENV"
mkdir -p ${{ env.DIR }}/static ${DIST_DIR}/shared
mkdir -p ${DIST_DIR}/static ${DIST_DIR}/shared
cp src/c_bindings/c_wrapper.h ${DIST_DIR}/
find src/lib/static -type f -exec cp {} ${DIST_DIR}/static/ \;
Expand Down

0 comments on commit 8b4ab86

Please sign in to comment.