Skip to content

Commit

Permalink
Rename lib on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzmk committed Feb 24, 2023
1 parent da8e9a7 commit 5102efe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ jobs:
if: matrix.build == 'windows'
run: |
$env:ARTIFACT_NAME="${{ matrix.target }}.zip"
Compress-Archive -Path .\target\${{ matrix.target }}\release\mycelite.dll -DestinationPath $env:ARTIFACT_NAME
mv .\target\${{ matrix.target }}\release\mycelite.dll .\target\${{ matrix.target }}\release\libmycelite.dll
Compress-Archive -Path .\target\${{ matrix.target }}\release\libmycelite.dll -DestinationPath $env:ARTIFACT_NAME
echo "ARTIFACT_NAME=$env:ARTIFACT_NAME" >> $env:GITHUB_ENV
- name: release
Expand Down

0 comments on commit 5102efe

Please sign in to comment.