Skip to content

Commit

Permalink
ci: include target in release directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxinal committed Aug 15, 2024
1 parent 5cc4bcd commit 338342e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
cargo build --release --target ${{ matrix.arch }}${{ matrix.platform.target_suffix }}
mkdir dist
cp ./target/release/${{ matrix.platform.output }} ./dist/venbind-${{ matrix.platform.os }}-${{ matrix.arch }}.node
cp ./target/${{ matrix.arch }}${{ matrix.platform.target_suffix }}/release/${{ matrix.platform.output }} ./dist/venbind-${{ matrix.platform.os }}-${{ matrix.arch }}.node
- name: Upload
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 338342e

Please sign in to comment.