Skip to content

Commit

Permalink
fix(ci): use correct path for windows release targets (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu authored Dec 21, 2023
1 parent e79f043 commit 453b0c6
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 @@ -97,7 +97,7 @@ jobs:
staging="${{ env.LIB_NAME }}-${{ matrix.target }}"
mkdir -p "$staging"
if [ "${{ matrix.os }}" = "windows-latest" ]; then
cp "target/release/${{ env.LIB_NAME }}" "$staging/"
cp "target/release/iroh.lib" "$staging/"
cd "$staging"
7z a "../$staging.zip" .
echo "ASSET=$staging.zip" >> $GITHUB_ENV
Expand Down

0 comments on commit 453b0c6

Please sign in to comment.