Skip to content

Commit

Permalink
Add property IncludeNativeLibrariesForSelfExtract to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kokolihapihvi committed Oct 8, 2023
1 parent 9ec2f34 commit 8c2ef60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
SNIFFER_VERSION: ${{ steps.build.outputs.SNIFFER_VERSION }}
run: |
dotnet publish RockSniffer -c Release -o ./publish --runtime win-x64 --framework=net6.0-windows --self-contained false -p:PublishSingleFile=true
dotnet publish RockSniffer -c Release -o ./publish --runtime win-x64 --framework=net6.0-windows --self-contained false -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true
cp -r ./addons ./publish/addons
(cd ./publish && zip -r "$OLDPWD/RockSniffer $SNIFFER_VERSION.zip" .)
echo "$SNIFFER_VERSION" > VERSION
Expand Down

0 comments on commit 8c2ef60

Please sign in to comment.