Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Funny-ppt authored Mar 29, 2024
1 parent 2c53eb5 commit f29af26
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ jobs:
- name: Publish CDLL for ${{ matrix.runtime }}
run: |
dotnet publish -c Release -r ${{ matrix.runtime }} InfrastSimExports
if [ "${{ matrix.runtime }}" == "linux-x64" ]; then
cp InfrastSimExports/bin/Release/net8.0/${{ matrix.runtime }}/publish/InfrastSimExports.so InfrastSimExports/bin/Release/net8.0/${{ matrix.runtime }}/publish/InfrastSim.so
fi
cp InfrastSimExports/bin/Release/net8.0/${{ matrix.runtime }}/publish/InfrastSimExports.so InfrastSimExports/bin/Release/net8.0/${{ matrix.runtime }}/publish/InfrastSim.so
- name: Upload CLib for ${{ matrix.runtime }}
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit f29af26

Please sign in to comment.